Computer
1) Difference between unary increment operator and unary increment operator
Answers
Answered by
0
Answer:
Prefix increment operator means the variable is incremented first and then the expression is evaluated using the new value of the variable. Prefix decrement operator means the variable is decremented first and then the expression is evaluated using the new value of the variable.
Explanation:
mark me as a brainliest answer
Similar questions