Multiple Choice
A flag is a variable, usually of data type ________, that signals whether or not some condition exists.
A) char
B) string
C) int
D) bool
E) logical
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: The scope of a variable is the
Q6: Relational expressions and logical expressions are both
Q7: Relational operators connect two or more relational
Q8: The following C++ test checks if the
Q9: The rule for matching an else with
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