Multiple choice

Which of the following is/are the default storage class(es) for global variables in C language?

  1. Auto

  2. Static

  3. Extern

  4. Register

  5. Both (2) and (3)

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

This is the default storage class for the global variables.