Guess the output;

#includestdio.h
int main()
{
int a=1,b=2,c=3;
printf("%d %d %d");
return 0;
}

Posted on by