A static local variable is one
A) whose value never changes.
B) whose value is retained between function calls.
C) with the same name as a global variable.
D) whose scope is limited to the function it is defined in.
E) that is reinitialized each time the function it is defined in is called.
B) whose value is retained between function calls.
Computer Science & Information Technology
You might also like to view...
In Excel, when creating subtotals, you should create the subtotals before you sort the data
Indicate whether the statement is true or false
Computer Science & Information Technology
When a user activates a Button object on a form, the Button's ____ event occurs.
A. click B. activation C. display D. sync
Computer Science & Information Technology