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


Posted on by