C | Storage Classes and Type Qualifiers | Question 1
Which of the following is not a storage class specifier in C?
(A) auto
(B) register
(C) static
(D) extern
(E) volatile
typedef
Answer: (E)
Explanation: volatile is not a storage class specifier. volatile and const are type qualifiers.
Quiz of this Question
Attention reader! Don’t stop learning now. Get hold of all the important C++ Foundation and STL concepts with the C++ Foundation and STL courses at a student-friendly price and become industry ready.