Definition of Unary Operators
What is unary Operator?
Answers
Answered by
12
Unary Operators are those operator which works only on the single operand.
++, --, -, etc. are the example of Unary Operators.
++, --, -, etc. are the example of Unary Operators.
Answered by
4
unary operator is the operator which work on single operand.
Ex = ++a, i--, etc
Similar questions