what information does the header files contain?

Answer Posted / vivek k dixit

A header file contains #define,structure,union and enum
declarations,it also contains global variable and external
funtion declarations.The # include directive should be used
to pull in header files.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define Array of pointers.

636


Can we use any name in place of argv and argc as command line arguments?

610


Is main an identifier in c?

605


Which node is more powerful and can handle local information processing or graphics processing?

830


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

706






What are the types of macro formats?

611


What are the advantage of c language?

554


Where can I get an ansi-compatible lint?

643


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

1591


Why do we use pointer to pointer in c?

600


What is wrong in this statement?

607


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

658


Explain the difference between #include "..." And #include <...> In c?

634


console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above

658


Is fortran faster than c?

585