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


what is the need for main function in c?

Answers were Sorted based on User's Feedback



what is the need for main function in c?..

Answer / inamdar

every program execution is starts from the main()
function.compiler starts execution from main()
function.by default it returns integer value.

Is This Answer Correct ?    9 Yes 2 No

what is the need for main function in c?..

Answer / kartik

The main() function represenrs starting of the program.When
ever we write main in program the system analyse starts from
tthere

Is This Answer Correct ?    4 Yes 0 No

what is the need for main function in c?..

Answer / musharaf ali

every program start from the main function whatever main is defined anywhere in program.

Is This Answer Correct ?    1 Yes 0 No

what is the need for main function in c?..

Answer / sanjay bhosale

Every c program execution starts from startup procedure which internally calls exit(main({parameters here})).
so to start execution we need main() function in our program.

Is This Answer Correct ?    1 Yes 0 No

what is the need for main function in c?..

Answer / shafi shaik

Every Programing Language the program Compilation Starts
with main(). Becase The main() os a Driver function.


Exam any application(valclator , ms-word etc) to clicking
the mouse the application internally execute the
application through the dos prompt

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More C Interview Questions

I need previous papers of CSC.......plz help out by posting them.......

0 Answers  


how to find the binary of a number?

10 Answers   Infosys,


Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer

0 Answers   Ignou, Microsoft,


Find if a number is power of two or not?

1 Answers  


Write a program to find factorial of a number using recursive function.

0 Answers   Global Logic, TCS,


what is diffrence between string and character array?

1 Answers  


What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }

4 Answers   ADITI,


How can I read a binary data file properly?

0 Answers  


How do you determine a file’s attributes?

0 Answers  


write a program to remove occurrences the word from entered text?

1 Answers  


What are actual arguments?

0 Answers  


why array index always starts from zero??

4 Answers   TCS,


Categories