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...

Whether there can be main inside another main?If so how does
it work?

Answer Posted / namita

main()
{
main();
}

This code snippet will result in infinite loop.

Is This Answer Correct ?    43 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you override a defined macro?

1314


What are the 5 types of organizational structures?

1133


What is meant by int main ()?

1255


Does c have an equivalent to pascals with statement?

1062


What is double pointer in c?

1089


How will you declare an array of three function pointers where each function receives two ints and returns a float?

1431


Write a program of prime number using recursion.

1128


What is the difference between pure virtual function and virtual function?

1180


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

3146


Do array subscripts always start with zero?

1365


What is the purpose of main() function?

1303


What is main return c?

1050


What is #include stdlib h?

1145


what is a function method?give example?

2415


What does the file stdio.h contain?

1119