
Admin
Helpdice Team
What is the difference between ++a and a++?
<p><strong>‘++a”</strong> is called prefixed increment and the increment will happen first on a variable. <strong>‘a++’</strong> is called postfix increment and the increment happens after the value of a variable used for the operations.</p>
Related QNA's
- Explain Raspberry Pi ?...1 day ago