The switch statement is a
a. multiple alternative decision structure
b. nested decision structure
c. sequence structure
d. test expression
a. multiple alternative decision structure
You might also like to view...
_____ allows you to click at the beginning and end of text that you want to highlight instead of holding the mouse button down while dragging over the text.
A. ClickLock B. SelectLock C. TextLock D. HighlightLock
A public Internet access point at an airport or a coffeehouse is known as a piconet.
Answer the following statement true (T) or false (F)
At its time of construction, one of the fastest computers in the world is referred to as a(n) _________________.
A. mainframe B. supercomputer C. minicomputer D. all of the above
Answer the following statements true (T) or false (F)
1. If p1 is an integer pointer variable, with the value of 1000, p1++ changes P1 to point to the memory location 1001. 2. When you return a dynamic array to the freestore, you must include the number of elements in the array. 3. You can assign an array to a pointer variable. 4. The size of dynamic arrays must be declared at compile time. 5. int *p1; declares a static variable.