What is the output of following code?
#includestdio.h
int main( )
{
int main = 100;
printf("%d", main);
return 0;
}

Posted on by