which header file contains main() function in c?
Answer Posted / sarita
main is not included in any header file
It is generally the first user-written function run when a
program starts .
main() is a function called by another function, which is
the start-routine. This routine is created by the compiler .
If you can write your own compiler, then you can think of
changing main() to your name itself!
ANSI compliant compilers need main() as the starting point.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is the difference between text and binary modes?
What are global variables and explain how do you declare them?
What does emoji p mean?
Is c object oriented?
What is derived datatype in c?
What are the different types of linkage exist in c?
What is the use of putchar function?
How can a program be made to print the line number where an error occurs?
State the difference between x3 and x[3].
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
What does. int *x[](); means ?
What is a void * in c?
What is c preprocessor mean?
There seem to be a few missing operators ..
Explain enumerated types.