Multiple choice

In which of the following storage classes, the variables are created when the program is run and destroyed when the program is exited?

  1. Automatic storage class

  2. Storage structure

  3. The remote stack frame class

  4. The remote stack variable class

  5. External storage class

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

In this storage class, the variables are created when the program is run and destroyed when the program is exited.