Computer Science, asked by renuprabha890, 11 months ago

difference between post increment and pre increment operators in java​

Answers

Answered by rahulgiri931
2

Answer:

PRE-increment is used when you want to use the incremented value of the variable in that expression., whereas POST-increment uses the original value before incrementing it.

Similar questions