Computer Science, asked by pratik9909, 1 year ago

what is the pre increment and post incremeant

Answers

Answered by joshi09
1
Pre-increment and Post-increment in C/C++ Pre-increment operator: A pre-increment operator is used toincrement the value of a variable before using it in a expression. In thePre-Increment, value is firstincremented and then used inside the expression.

shreya8956: hiiii
Similar questions