Multiple choice Which of the following is not a storage class specifier? Extern Auto Register 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.