Multiple choice Which storage class declared the identifiers in the global scope? Auto Static Register 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.