Computer Science, asked by aabsharsaquib, 1 month ago

What is the difference between a++ and a+1?​

Answers

Answered by krishnapriyasuresh13
0

The only difference is that ++a increment of one before you use it in an expression, and a++ do it latter.

Similar questions
Math, 1 month ago