Multiple choice

Which of the following storage class specifiers informs the compiler that the variable so declared is defined in another source file?

  1. Auto

  2. Enumeration

  3. Extern

  4. None of these

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

This is an storage class specifier that informs the compiler that the variable so declared is defined in another source file.