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
What do you know about the use of bit field?
What is time complexity c?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
What does stand for?
Why is structure padding done in c?
Where in memory are my variables stored?
Why malloc is faster than calloc?
How are 16- and 32-bit numbers stored?
Can we compile a program without main() function?
C language questions for civil engineering
write a program to create a sparse matrix using dynamic memory allocation.
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What is modifier & how many types of modifiers available in c?
How will you write a code for accessing the length of an array without assigning it to another variable?