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 the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What is hashing in c language?
What is assert and when would I use it?
What do you mean by keywords in c?
What are the 4 types of organizational structures?
What does a function declared as pascal do differently?
Define circular linked list.
What is header file definition?
How does struct work in c?
What are the advantages of using linked list for tree construction?
Tell me is null always defined as 0(zero)?
How can I do graphics in c?
How can this be legal c?
What is pragma c?
What extern c means?