Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Is main() is used in the program,,see below example?

void main()
{
int i;
for(i=0;i<10;i++)
main();
}

Then what is the output of the program?

Answer Posted / harshitha

the loop will be repeated for 10 times

Is This Answer Correct ?    2 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the benefit of using an enum rather than a #define constant?

1319


Write a program to check whether a number is prime or not using c?

1105


what is the height of tree if leaf node is at level 3. please explain

2199


What is the difference between array and pointer in c?

1221


Differentiate between full, complete & perfect binary trees.

1169


What is c variable?

1095


Differentiate between the = symbol and == symbol?

1363


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

1164


What is external variable in c?

1096


What are # preprocessor operator in c?

1169


c program to compute AREA under integral

2466


Why header files are used?

1160


What does p mean in physics?

1095


What do you mean by keywords in c?

1198


What are the different types of errors?

1204