The size of operator is a __________ operator.
-
uniry
-
binary
-
logical
-
relational
A
Correct answer
Explanation
The sizeof operator is a unary operator because it operates on a single operand - either a type name or an expression. It returns the size in bytes of its operand at compile-time. Unary operators work with one operand, unlike binary operators which require two.