In a do…while loop, the loop will continue to execute until ____.
A. the loop control variable is true
B. the loop control variable is false
C. the user types EXIT
D. the program terminates
Answer: B
You might also like to view...
The ANSI C qualifier in the declaration of an array formal parameter that tells the compiler a function is not intended to modify the array is _________.
Fill in the blank(s) with the appropriate word(s).
What Access object can you not selectively export to a PDF or XPS document?
A) Report B) Form C) Query D) Table
Where and how long a variable's storage locations are kept before they are released can be determined by the storage category of the variable.
Answer the following statement true (T) or false (F)
A variable is a reference or a pointer to a location in memory where a piece of data is stored.
Answer the following statement true (T) or false (F)