difference between prefix increment and postfix increment
Answers
Answered by
4
Answer:
The difference between the two lies in their return values. The prefix increment returns the value of a variable after it has been incremented. On the other hand, the more commonly used postfix increment returns the value of a variable before it has been incremented.
Hope you like the answer...........
Similar questions