MCQOPTIONS
Saved Bookmarks
| 1. |
A static variable |
| A. | cannot be initialized |
| B. | is initialized once at the commencement of execution and cannot be changed at run time |
| C. | retains its value throughout the file of the program |
| D. | is same as an automatic variable but is placed at the head of a program |
| Answer» D. is same as an automatic variable but is placed at the head of a program | |