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() function predfined or userdefined?

Answer Posted / subodh sharma

The main function is predefine and have three arguments
which return the value to the operating system and main is
also called by operating system .

Is This Answer Correct ?    11 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of data types and explain?

1129


What are the different types of data structures in c?

1214


What is the use of a conditional inclusion statement in C?

1106


If fflush wont work, what can I use to flush input?

1151


When should a far pointer be used?

1182


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2487


What is call by value in c?

1048


Why is c faster?

1182


Explain threaded binary trees?

1209


What does volatile do?

1034


Why c is faster than c++?

1089


Can we use any name in place of argv and argc as command line arguments?

1125


Explain how can I convert a string to a number?

1145


Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.

1292


Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

6955