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
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What are the types of unary operators?
What is break statement?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Explain what is wrong with this program statement? Void = 10;
How can I delete a file?
What is scanf_s in c?
What is string function c?
What is the equivalent code of the following statement in WHILE LOOP format?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
Do you know the use of 'auto' keyword?
what is recursion in C
What is dynamic variable in c?
Tell me is null always defined as 0(zero)?
What are the types of i/o functions?