What Is The Difference Between The Prefix And Postfix Forms Of The ++ Operator
Posted by Nikilesh
29 Dec, 2011
The prefix form performs the increment operation and returns the value of the increment operation. The postfix form returns the current value all of the expression and then performs the increment operation on that value.
The prefix form performs the increment operation and returns the value of the increment operation. The postfix form returns the current value all of the expression and then performs the increment operation on that value.
Comments Received:
Please give your suggestions and feedback: