what information does the header files contain?
Answer Posted / naveena
header file is a file containing C declarations and macro
definitions to be shared between several source files
| Is This Answer Correct ? | 18 Yes | 5 No |
Post New Answer View All Answers
What are the 5 organizational structures?
How can I write a function that takes a format string and a variable number of arguments?
When should structures be passed by values or by references?
Explain about C function prototype?
What are all different types of pointers in c?
Explain how can I convert a string to a number?
Define recursion in c.
How can I determine whether a machines byte order is big-endian or little-endian?
What is declaration and definition in c?
What will the preprocessor do for a program?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What is typedf?
What is oops c?
What is the purpose of the statement: strcat (S2, S1)?
Find MAXIMUM of three distinct integers using a single C statement