Computer Science, asked by ritikaa0nkale, 1 year ago

Definition of Unary Operators
What is unary Operator?

Answers

Answered by vee11
12
Unary Operators are those operator which works only on the single operand.
++, --, -, etc. are the example of Unary Operators.
Answered by Anonymous
4

unary operator is the operator which work on single operand.

Ex = ++a, i--, etc

Similar questions