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 / parvathi

it cgoes into infinite loop

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why c language is called c?

1063


Do you know null pointer?

1075


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

1154


Explain what is the concatenation operator?

1230


Why flag is used in c?

1181


What are the advantages and disadvantages of c language?

1070


What is floating point constants?

1191


Where static variables are stored in memory in c?

1050


What is the process to generate random numbers in c programming language?

1218


Is that possible to add pointers to each other?

1425


Is it possible to execute code even after the program exits the main() function?

1393


What are the different types of errors?

1204


What is console in c language?

1139


Explain the difference between ++u and u++?

1187


Can we declare variable anywhere in c?

1034