what do you mean by urinary operator
Answers
Answered by
0
Explanation:
In computer programming, a unary operator is an operator that takes only one value for its operation. An example in the C programming language is the increment operator (++), which increments a given value by 1.
Answered by
0
A unary operator is one that takes a single
operand/argument and performs an operation.
A unary operation is an operation with only
one operand. This operand comes either before
or after the operator. Unary operators are more
efficient than standard JavaScript function calls
Similar questions