anita singh
Jun 10, 2012, 08:41 PM
Int main()
{
Printf("u");
Main();
Return 0;
Getch();
}
How many times printf() statement will be executed?
{
Printf("u");
Main();
Return 0;
Getch();
}
How many times printf() statement will be executed?
View Full Version : Online questions related to c-programming