Multiple Choice
These are operators that add and subtract one from their operands.
A) plus and minus
B) ++ and --
C) binary and unary
D) conditional and relational
E) binary and ternary
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q27: A statement that may be used to
Q28: The _ loop is a good choice
Q29: It is possible to define a file
Q30: Assuming outFile is a file stream object
Q31: The two important parts of a while
Q33: A special value that marks the end
Q34: In a for statement, this expression is
Q35: To allow file access in a program,
Q36: If you place a semicolon after the
Q37: How many times will the following loop