Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

the difference between i++ and ++i

 i = 1;
 j = ++i;
 (i is 2, j is 2)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #difference
ADD COMMENT
Topic
Name
1+9 =