Multiple choice Which of the following is not a storage class in C? Automatic Static Register Union 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.