Which is faster ++a or a++?
Click for Solution

  • Warning: Illegal string offset 'name' in /home/prepdo6/gpl4you/discussquessub.php on line 681
    A I know that a is faster than a because a has to first store the previous value of a at some temporary location and then increment a and then return the saved value, whereas a simply increments a and returns the pointer to the incremented value.



  • Warning: Illegal string offset 'name' in /home/prepdo6/gpl4you/discussquessub.php on line 681
    A a

[Insert Code]