Multiple Choice
A flag may have the values
A) 0 or 1
B) +1 or -1
C) true or false
D) of any character
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: What does the following code display? <br>int
Q18: A local variable's scope always ends at
Q31: Enclosing a group of statements inside a
Q32: What would be the value of x
Q34: If str1 and str2 are both Strings,
Q35: What would be the value of discountRate
Q38: These operators are used to determine whether
Q39: To do a case insensitive compare which
Q48: When two Strings are compared using the
Q52: Because the || operator performs short-circuit evaluation,