Multiple Choice
A(n) ________ is a variable, usually a bool, that signals when a condition exists.
A) flag
B) identifier
C) named constant
D) condition variable
E) logical variable
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: If the sub-expression on the left side
Q11: A pair of characters or a pair
Q12: The C++ _ operator represents logical AND.<br>A)
Q13: The _ statement executes one block of
Q14: logical operators AND and OR have a
Q15: The _ statement causes other program statements
Q17: When an if statement is placed within
Q18: The statement<br>pass = (score >= 7) ?<br>
Q19: The following C++ test checks if the
Q20: Which of the following correctly declares an