Multiple choice

Which of the following is not an unary operator in C?

  1. &&

  2. !

  3. sizeof

  4. ~

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

 This option is correct as && (AND) operator is not a unary operator as it needs two values (two operands) for performing any operation.