

MCQOPTIONS
Saved Bookmarks
1. |
Find a correct statement. |
A. | Scope of auto variable = local to block or function |
B. | Scope of auto variable = global or available to all functions and blocks |
C. | Scope of auto variable = global or available to all functions and blocks |
D. | Scope of auto variable = local to block or function |
Answer» B. Scope of auto variable = global or available to all functions and blocks | |