Multiple choice

Which of the following is not a storage class specifier?

  1. Extern

  2. Auto

  3. Register

  4. Volatile

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

Volatile is not a storage class specifier. However, it is a qualifier which tells the compiler that  variables may be changed in ways not explicitly specified by the program.