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

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.

1705


What are the types of unary operators?

889


What is break statement?

857


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

1962


Explain what is wrong with this program statement? Void = 10;

993


How can I delete a file?

834


What is scanf_s in c?

850


What is string function c?

794


What is the equivalent code of the following statement in WHILE LOOP format?

1094


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

2476


Do you know the use of 'auto' keyword?

877


what is recursion in C

830


What is dynamic variable in c?

791


Tell me is null always defined as 0(zero)?

845


What are the types of i/o functions?

972