Computer Science, asked by sadanandjha982, 9 months ago

Differences between pre increment and post increment.

Answers

Answered by AnishBittu
4

Answer:

Pre increment operator is used to increment variable value by 1 before assigning the value to the variable. Post increment operator is used to increment variable value by 1 after assigning the value to the variable..

Answered by sarfaraj78615
12

Answer:

Pre increment operator is used to increment variable value by 1 before assigning the value to the variable. Post increment operator is used to increment variable value by 1 after assigning the value to the variable.

Similar questions