What is the difference between ++i and i++ .
I spent almost 4 hours to understand this ...
++i is pre increment and i++ is post increment
What is the effect and how does it affect
i =1;
++i=2;
i
What is the difference between ++i and i++ .
I spent almost 4 hours to understand this ...
++i is pre increment and i++ is post increment
What is the effect and how does it affect
i =1;
++i=2;
i
For further actions, you may consider blocking this person and/or reporting abuse
Joshua Amaju -
Rose Michelle -
The Witcher -
Mike Young -
Top comments (0)