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?

  1. A.

    Register

  2. B.

    Volatile

  3. C.

    Extern

  4. 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

Explore the full course: Up Lt Grade Assistant Teacher 2025