Ruhi Cenet's Blog
Pages
Home
COMPUTER SCIENCE
OTHERS
ABOUT ME
Unary Operators
It produces a new value for a variable.
Operators are;
unary minus(-)
unary plus(+)
unary increment(++)
unary decrement(--)
For example
:
example++;
(It means example=example+1)
Newer Post
Older Post
Home