Multiple Choice
The ________ operator takes an operand and reverses its truth or falsehood.
A) relational
B) &&
C) ||
D) !
E) !=
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: If the sub-expression on the left side
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
Q23: Relational operators allow you to _ numbers.<br>A)
Q24: What will the following expression evaluate to?<br>!(
Q25: If s1 and s2 are string objects,
Q26: A switch statement branches to a particular
Q27: The _ statement executes one statement, or