Quantcast
Viewing all articles
Browse latest Browse all 2703

NEED HELP ++ OPERATORS

hey,could anyone tell me the output of this ?

main()
{
int i =0;
while(+(+i--)!=0)
i-=i++;
printf("%d",i);
}

Viewing all articles
Browse latest Browse all 2703

Trending Articles