which header file contains main() function in c?
Answer Posted / mnr
header files does not contain main function.header files contains only input output functions and etc....
main is used for a indication of starting program.header files are checked before main execution.those are preprocessors.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are different types of pointers?
What the different types of arrays in c?
Are there constructors in c?
Is a house a mass structure?
What is a structure member in c?
Can you mix old-style and new-style function syntax?
Explain zero based addressing.
What is C language ?
If I have a char * variable pointing to the name of a function ..
How can you increase the size of a dynamically allocated array?
What is the use of the function in c?
What does 1f stand for?
What does 3 mean in texting?
Why shouldn’t I start variable names with underscores?
How can I avoid the abort, retry, fail messages?