Multiple choice

Which of the following variables in 'C' retains its value throughout the execution of a program?

  1. Automatic variable

  2. External variable

  3. Static variable

  4. None of these

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

These are the variables that retain their values through out the execution of the program.