Int main()
{
Printf("u");
Main();
Return 0;
Getch();
}
How many times printf() statement will be executed?
![]() |
Int main()
{
Printf("u");
Main();
Return 0;
Getch();
}
How many times printf() statement will be executed?
I'll say "Depends on stack size." Do I win?
All times are GMT -7. The time now is 08:42 PM. |