A variable defined within a block is visible.

Loading

โœช Choose the correct option.

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.

Leave a Comment