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 are the ways to a null pointer can use in c programming language?
Explain how do you determine a file’s attributes?
What is scanf () in c?
In a header file whether functions are declared or defined?
Is javascript written in c?
How is a structure member accessed?
What is the concatenation operator?
How can I recover the file name given an open stream?
Why is c called "mother" language?
What is calloc()?
List out few of the applications that make use of Multilinked Structures?
How many bytes is a struct in c?
What is #define size in c?
Is c high or low level?
`write a program to display the recomended action depends on a color of trafic light using nested if statments