Q:

Static variable means

0

Static variable means


  1. is same as an automatic variable but is placed at the head of a program
  2. cannot be initialized
  3. retains its value throughout the file of the program
  4. is initialized once at the commencement of execution and cannot be changed at run time

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

retains its value throughout the file of the program

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

C Programming Multiple Choice Questions And Answers

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
C programming language by itself provides... >>
<< Assume the output int main() { char *ptr1, *ptr2; ...