Predict the output of the following code
#includestdio.h
void Main();
void main()
{
Main();
Main();
Main();
}
void Main()
{
int x=005;
printf("%d",x);
x=x+1;
}


Posted on by