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 651 students.

Show answer & explanation

Correct answer: B

In C programming, storage class specifiers determine the scope, lifetime, and initial value of variables. The standard storage classes are auto, register, static, and extern. Volatile is a type qualifier used to indicate that a variable's value may change unexpectedly, not a storage class specifier.

Explore the full course: Up Lt Grade Assistant Teacher 2025