A _______ -controlled loop uses a true/false condition to control the number of times that it repeats.
a. Boolean
b. condition
c. decision
d. count
Answer: b. condition
Computer Science & Information Technology
You might also like to view...
When does a data macro run? p.000
What will be an ideal response?
Computer Science & Information Technology
Which of the following is false for pointer-based strings?
a. A string may include letters, digits and various special characters (i.e., +, -, *). b. A string in C++ is an array of characters ending in the null character ('\0'). c. String literals are written inside of single quotes. d. A string may be assigned in a declaration to either a character array or a variable of type char *.
Computer Science & Information Technology