Hi guys, I'm working with visual studio compiler and I'm now know why is that correct:if I write:int x=5;x=6;x=7;
then the last value of x is saved into x, so how the other values (5 or 6) got deleted? is the PC delete the previous data? if so , so how he's deleting them?! if he doesn't delete them, then where the value of 5, 6 gone?!
thanks alot.
then the last value of x is saved into x, so how the other values (5 or 6) got deleted? is the PC delete the previous data? if so , so how he's deleting them?! if he doesn't delete them, then where the value of 5, 6 gone?!
thanks alot.