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...

Answer the following statements true (T) or false (F)

1. A solution is a group of related files, such as Visual Basic code, images and documentation. 2. Commands for managing the IDE and for developing, maintaining and executing programs are contained in the menus, which are located on the menu bar. 3. You can also access all the commands in the menus from the toolbar. 4. By clicking on the pluses (+) and minuses (-) in the node tree you can add or remove items. 5. Autohide is what enables the tool box to shrink down to the edge of the screen.

Computer Science & Information Technology

Which of the following is not a symmetric encryption algorithm?

A) DES B) RSA C) Blowfish D) AES

Computer Science & Information Technology

Sorting alphabetically from A to Z or ordering numerically from smallest to largest is known as ________ order

A) Ascending B) Descending C) alphabetical D) numerical

Computer Science & Information Technology

Which computer port transmits audio and video without the need for compression?

A. VGA B. USB C. HDMI D. RGA

Computer Science & Information Technology