Multiple choice

Which storage class declared the identifiers in the global scope?

  1. Auto

  2. Static

  3. Register

  4. Extern

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

The extern storage class declared the variable as an external variable, which can be accessed from any part of the program.