Quantcast
Channel: Programmers Heaven Forums RSS Feed
Viewing all articles
Browse latest Browse all 2703

NEED HELP ++ OPERATORS

$
0
0
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