24.
What happens when you declare a variable with the 'extern' storage class in a C source file?

28.
What is the default value of an uninitialized 'static' variable in C?

30.
What is the main purpose of the 'volatile' storage class in C?