which header file contains main() function in c?

Answer Posted / reshma pawar

main is not included in any header file
It is just neaming convention for starting
the execution of program and main is not reserved
word also

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

a program that can input number of records and can view it again the record

1479


Explain the properties of union. What is the size of a union variable

716


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

679


Can we increase size of array in c?

534


Explain main function in c?

622






How can you invoke another program from within a C program?

611


Why is c used in embedded systems?

607


How many keywords are there in c?

586


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

5053


Why c is faster than c++?

627


What is nested structure in c?

608


What is the size of enum in c?

614


What are derived data types in c?

606


How do you use a pointer to a function?

629


What are the various types of control structures in programming?

623