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
What are disadvantages of C language.
Who is the founder of c language?
How a string is stored in c?
Explain what is the general form of a c program?
what is the role you expect in software industry?
What is the difference between fread and fwrite function?
Differentiate between the expression “++a” and “a++”?
Mention four important string handling functions in c languages .
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
In c language can we compile a program without main() function?
Should I learn c before c++?
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.
What is difference between union and structure in c?
what is reason of your company position's in india no. 1.
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????