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
WRITE A CODE IN C TO SEARCH A FILE FROM NOTEPAD FILE.
When is a void pointer used?
Write a program to implement queue.
Why c language is called c?
What is a scope resolution operator in c?
Differentiate between the expression “++a” and “a++”?
What does the error 'Null Pointer Assignment' mean and what causes this error?
If I have a char * variable pointing to the name of a function ..
what is use of malloc and calloc?
What is a structure and why it is used?
What is c definition?
Explain argument and its types.
How to write a code for reverse of string without using string functions?
What does typedef struct mean?
Do you know pointer in c?