24.07.2012, 21:39
I need some help about this code.
That " 7 " or " 8 " means what or what is its role at the script?
And " %d ", Means "Decleartion right?
Код:
new myVariable = 7; printf("%d", myVariable); myVariable = 8; printf("%d", myVariable);
And " %d ", Means "Decleartion right?