PDA

View Full Version : Online questions related to c-programming


anita singh
Jun 10, 2012, 08:41 PM
Int main()
{
Printf("u");
Main();
Return 0;
Getch();
}





How many times printf() statement will be executed?

Scleros
Jun 11, 2012, 10:12 AM
I'll say "Depends on stack size." Do I win?