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