Multiple choice

Which of the following is not a modifier used in C programming language?

  1. short

  2. long

  3. sizeof

  4. signed

  5. unsigned

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

This operator is used to find out how much storage is allocated to a data type.