PROGRAMMING AND PROBLEM SOLVING THROUGH ‘C’ LANGUAGE

1.8 Which one of the following describes correctly a static variable?
A) This cannot be initialized.
B) This is initialized once at the commencement of execution and cannot be changed at run
time.
C) This retains its value through the life of the program.
D) This is same as an automatic variable but is placed at the head of a program.


Leave a Reply