Which of the following is not a storage class specifier in C programming…
2018
Which of the following is not a storage class specifier in C programming language?
- A.
Register
- B.
Volatile
- C.
Extern
- D.
Typedef
Attempted by 818 students.
Show answer & explanation
Correct answer: B
Correct answer: Volatile is not a storage-class specifier. Storage-class specifiers in C (C11): typedef, extern, static, auto, register, _Thread_local