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

why does the execution of a c++ program start with main()???

Answer Posted / alok ranjan

I agree with above answer(given by Sujith).
that are ture.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you like to Submit Questions in Bulk under Same Category?? Then use our Bulk ListerDo you like to Submit Questions in Bulk under Same Category?? Then use our Bulk Lister

2068


What is stl in oop?

1188


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

2605


What is meant by stl in c++?

1117


Who created stl?

1133


write a program to convert a decimal number in to its equivalent binary number?

2615


How does an stl file work?

1116


What two types of containers does the stl provide?

962


What is a list in c++ stl?

1139


What is a standard template library (stl)? What are the various types of stl containers?

1135


What is a standard template library (stl)?

1091


What does stl mean in slang?

1081


In what scenario does the Logical file and Physical file being used?

2806


write a program that will accept a number and print.its equivalent in words the maximum input number is 9999

2990


Is there any error below, its a code to delete all entires from a map #include #include iostream.h int main() { int i =0; map TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }

2363