Multiple Choice
This operator increments the value of its operand and then uses the value in context.
A) prefix increment
B) postfix increment
C) prefix decrement
D) postfix decrement
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: What will the following code display?<br>Int number
Q11: The while loop is a _ loop.<br>A)
Q12: A variable that is regularly incremented or
Q13: Multiple relational expressions cannot be placed into
Q14: How many times will the following loop
Q15: You may not use the break statement
Q18: You may not use both break and
Q19: The update expression of a for loop
Q20: The do-while loop is considered<br>A) a pre-test
Q21: What will the following code display?<br>Int x