which header file contains main() function in c?

Answer Posted / ankith.v

There is no header file for main function

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are disadvantages of C language.

855


Who is the founder of c language?

874


How a string is stored in c?

790


Explain what is the general form of a c program?

807


what is the role you expect in software industry?

1861


What is the difference between fread and fwrite function?

823


Differentiate between the expression “++a” and “a++”?

958


Mention four important string handling functions in c languages .

838


2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier.  Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed.  When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed.  Sequence of take-off is the sequence of addition to the waitlist

2708


In c language can we compile a program without main() function?

813


Should I learn c before c++?

952


write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.

1737


What is difference between union and structure in c?

769


what is reason of your company position's in india no. 1.

1961


HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????

2444