Memory Allocation

Posted on 16th Feb 2014 by admin

Hi folks,
see this ex:

int v=5;
v=v+10;

then what will do the compiler before the output come as 15.
Please explain me technically.

Other forums