Multiple Choice
________ are C++ operators that change their operands by one.
A) + and -
B) ++ and --
C) binary and unary
D) arithmetic and relational
E) conditional and relational
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: An initialization expression may be omitted from
Q10: To use an output file in a
Q12: When a loop is nested inside another
Q13: You can nest a for loop inside
Q14: Before beginning to add value to it,
Q16: To use files in a C++ program
Q17: You may define a(n) _ in the
Q18: The while loop has two important parts:
Q19: The -- operator<br>A) is a unary operator.<br>B)
Q20: A for statement contains three expressions: initialization,