Q. Which of the following is not a valid storage class? (A) auto (B) register (C) global (D) extern ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) global Explanation: 'global' is not a storage class in C.