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 is volatile keyword in c?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
What are the benefits of organizational structure?
Suggesting that there can be 62 seconds in a minute?
What is difference between %d and %i in c?
What is ambagious result in C? explain with an example.
What is #include conio h?
How can I find the modification date of a file?
What is abstract data structure in c?
write a program to concatenation the string using switch case?
What are the 5 organizational structures?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
What are the 4 types of organizational structures?
Is file a keyword in c?