Last Updated : 20 Feb, 2019

++, — are examples of which type of Operators?

(A) Unary Operators
(B) Binary Operators
(C) Ternary Operators


Answer: (A)

Explanation: These operators operate on only one operand. Hence, the name Unary Operators.
Example: ++x;, x–;

Quiz of this Question


Share your thoughts in the comments