guess the result

#include

int main()
{
int x = 22, y = 35;

x = x++ + y++;
y = y++ + x++;

printf("%d %d \n",x,y);
return 0;
}




















59 95 - on GCC

No comments:

Post a Comment

తెలుగులో వ్రాయడానికి http://www.google.com/ime/transliteration/ ఉపయోగించండి.