Saturday, October 18, 2008

Can U guess

main()
{
int i;
for(i=0;i<10;i++)
printf("%d",i++,i,++i)
}

Evaluate this one.