Multiple choice

Which of the following is not a storage class in C?

  1. Automatic

  2. Static

  3. Register

  4. Union

  5. Extern

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Unions are quite similar to the structures in C. Union is also a derived data type as structure. Unions are not a memory storage class.