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


Please Help Members By Posting Answers For Below Questions

What is difference between structure and union with example?

590


which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;

2393


When should the const modifier be used?

652


What is #pragma statements?

583


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

2738






What is volatile variable in c with example?

581


What is include directive in c?

642


How many types of arrays are there in c?

591


what are # pragma staments?

1624


What are high level languages like C and FORTRAN also known as?

682


What is logical error?

603


What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

670


Explain what happens if you free a pointer twice?

609


What are the 5 organizational structures?

567


If I have a char * variable pointing to the name of a function ..

648