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

What is #include called?

583


Why is c called "mother" language?

873


Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250

1519


What is #error and use of it?

693


What is typedef struct in c?

600






Compare array data type to pointer data type

607


Describe the difference between = and == symbols in c programming?

790


What is the mean of function?

659


What is quick sort in c?

590


What is infinite loop?

640


Place the #include statement must be written in the program?

580


What are identifiers in c?

647


What is difference between structure and union?

616


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

648


What is s or c?

610