Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

the difference between i++ and ++i

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