accidentally i wrote this code and got some output but why like this....
Code:
main()
{
int a=1,b=2,c=3;
printf("%d%d%d");
}
and the output is 3 2 1...... why like this