for(int i=0;i<10;++i)
{
printf("%d",i);
}
이거 0123456789 나오는데 왜 이럼???
123456789나와야 되지 않음???