Multiple Choice
The unary operator ____ is the not operator; it means "the opposite of," and essentially reverses the true/false value of an expression.
A) !
B) &
C) %
D) $
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: Match each term with the correct statement
Q14: When you use the += operator, you
Q15: What should you keep in mind when
Q16: A(n) _ is a digit added to
Q17: A _ expression is one that is
Q19: Match each term with the correct statement
Q20: All arithmetic operators are binary.
Q21: (4 - 4) = = 0 evaluates
Q22: The result of evaluating 3 / 4
Q23: What are the relational operators in C++?