Multiple choice

A variable is said to belong to which of the following classes, if the validity of the variable is from the point of definition of the rest of the program?

  1. Automatic storage class

  2. Register storage class

  3. Storage structure

  4. External storage class

  5. The RemoteStackVariable class

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

A variable is said to belong to the external storage class, if the validity of the variable is from the point of definition to the rest of the program.