Math, asked by harishsivakumar12, 7 months ago

diff btwn pre increment and post increment in c,c++

Answers

Answered by DevendraLal
0

Difference between pre-increment and post-increment in c,c++

Pre-increment

In the language c and c++, the pre-increment operator increases the assumed value by 1 before assigning the value to the variable.

Post-increment

In the language c and c++, the post-increment operator increases the assumed value by 1 after assigning the value to the variable.

Similar questions