what information does the header files contain?

Answer Posted / mohancvk

the header files consists of file-inclusions,macro
definitions and declarations which get replaced with the
textual source code at preprocessor level ie., before
compilation process.

Is This Answer Correct ?    11 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of main( ) in c language?

608


What does sizeof function do?

606


Where are local variables stored in c?

562


Why cant I open a file by its explicit path?

587


i got 75% in all semester am i eligible for your company

1727






Explain about C function prototype?

597


What is c definition?

735


while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above

725


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

2511


What are the types of functions in c?

561


Can you mix old-style and new-style function syntax?

654


Is main an identifier in c?

591


Is calloc better than malloc?

563


What are structure types in C?

653


Tell us bitwise shift operators?

590