CS17
20 pts., Mar. 20
A variable's region of accessibility.
No, because it can't be ``hidden'' behind another instance of the same name.
return;is executed in a function? What should the return type be for a function containing this statement?
The function ceases executing, returning to the calling function without transmitting a value back.
The return type should be void.