hey,could anyone tell me the output of this ?
main()
{
int i =0;
while(+(+i--)!=0)
i-=i++;
printf("%d",i);
}
main()
{
int i =0;
while(+(+i--)!=0)
i-=i++;
printf("%d",i);
}