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
What is a header file?
What is difference between function overloading and operator overloading?
Why functions are used in c?
What are valid operations on pointers?
What are external variables in c?
What is the difference between near, far and huge pointers?
Differentiate between full, complete & perfect binary trees.
Explain what is the benefit of using enum to declare a constant?
What is c programing language?
What is an array? What the different types of arrays in c?
Is boolean a datatype in c?
Not all reserved words are written in lowercase. TRUE or FALSE?
Explain what standard functions are available to manipulate strings?
What is extern variable in c with example?
When was c language developed?