Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

pre increment and post increment

Pre-increment (++i) − Before assigning the value to the variable, the value is 
incremented by one.

Post-increment (i++) − After assigning the value to the variable, the value is 
incremented.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #pre #increment #post #increment
ADD COMMENT
Topic
Name
5+4 =