Multiple choice Which of the following is not an unary operator in C? && ! sizeof ~ 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.