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
Define Spanning-Tree Protocol (STP)
Why is c so powerful?
What are integer variable, floating-point variable and character variable?
What are the ways to a null pointer can use in c programming language?
What are identifiers and keywords in c?
Explain built-in function?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
Explain how can I remove the trailing spaces from a string?
What is time complexity c?
What is malloc return c?
What is meant by 'bit masking'?
What is scanf () in c?
What is I ++ in c programming?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
difference between Low, Middle, High Level languages in c ?