Multiple Choice
The operator increases the value of the variable by 1 after the original value is used in the expression in which the variable appears.
A) preincrement
B) postincrement
C) predecrement
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: The conditional operator is of the highest
Q9: C# rounds fractional values when they're to
Q10: The sequence structure is built into C#.Unless
Q11: Variables that store totals should generally be
Q12: Which of the following is not included
Q14: A variable used only within a repetition
Q15: Control structures cannot be placed inside other
Q15: Which primitive type can hold the largest
Q16: Syntax errors cause a program to fail
Q17: Programs can be written,compiled and executed with