Storage Class MCQs
Practice free Storage Class multiple-choice questions with instant answer feedback and step-by-step solutions. Click an option to check yourself, reveal the full explanation, and work through all 35 questions — no login required.
Question 28easy
What is the default value of an uninitialized 'static' variable in C?
Question 29easy
In which storage class are variables typically stored in the heap memory?
Question 30easy
What is the main purpose of the 'volatile' storage class in C?
Advertisement
Question 31hard
Which of the following is not a storage class in C?
Question 32easy
The storage class controls
Question 33easy
When a function is recursively called all the automatic variables are stored in a
Advertisement
Question 34medium
What does the "auto" specifier do?
Question 35medium
How is a variable accessed from another file?