Multiple choice

Which of the following is NOT an operator in C?

  1. sizeof

  2. !

  3. ~

  4. | |

  5. scope resoultion operator (: :)

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

The scope resoultion operator is not a valid C operator. It is used in C++ to specify the scope of a variable or object.