

MCQOPTIONS
Saved Bookmarks
1. |
What is the scope of an automatic variable? |
A. | Within the block it appears |
B. | Within the blocks of the block it appears |
C. | Until the end of program |
D. | Within the block it appears & Within the blocks of the block it appears |
Answer» E. | |