A local variable that is declared as ____ causes the program to keep the variable and its latest value even when the function that declared it is through executing.
A. auto
B. static
C. extern
D. register
Answer: B
Computer Science & Information Technology
You might also like to view...
Predefined calculations are also called ____.
A. sums B. standard deviations C. custom calculations D. totals
Computer Science & Information Technology
A(n) ________________ is a step-by-step process for solving a problem.
a) UML diagram b) aggregate object c) class d) algorithm e) none of the above
Computer Science & Information Technology
The operator makes an explicit conversion from one type to another.
a) cast b) changetype c) convert d) conversion
Computer Science & Information Technology
At the bottom of the Task Manager, performance information will be displayed, which includes the number of active processes, percentage of CPU usage, and the percentage of physical memory (RAM) in use
Indicate whether the statement is true or false
Computer Science & Information Technology