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 c language used for?

559


What is static function in c?

635


What is the difference between struct and typedef struct in c?

657


What are the types of data files?

729


Explain what is a static function?

631






main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

636


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

2269


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

620


What is a memory leak? How to avoid it?

575


What is getch c?

854


What is a built-in function in C?

796


Are the variables argc and argv are always local to main?

572


How will you find a duplicate number in a array without negating the nos ?

1647


Is fortran faster than c?

581


What is pragma c?

613