Open In App

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
 

Answer: (E)
Explanation:

volatile is not a storage class specifier. volatile and const are type qualifiers.

Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :