logo

Your Questions / Our Solutions


Jese Leos

Helpdice Team

What is the difference between ++a and a++?

<p><strong>&lsquo;++a&rdquo;</strong> &nbsp;is called prefixed increment and the increment will happen first on a variable. <strong>&lsquo;a++&rsquo;</strong> is called postfix increment and the increment happens after the value of a variable used for the operations.</p>
  • Share On: