GkSeries.com

Q.

Choose the option that contains only Unary operators of C:

[A] sizeof, (type conversion)
[B] short hand operator, &
[C] increment(++), >=, !
[D] ==, !=
Answer & Explanation
Option: [A]

The sizeof() operator is used to calculate the size of a variable. This works in single operand.