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

Posted on by