MCQOPTIONS
Saved Bookmarks
| 1. |
A variable defined within a block is visible |
| A. | from the point of definition onward in the program. |
| B. | from the point of definition onward in the function. |
| C. | from the point of definition onward in the block. |
| D. | throughout the function. |
| Answer» D. throughout the function. | |