what information does the header files contain?
Answer Posted / mohancvk
the header files consists of file-inclusions,macro
definitions and declarations which get replaced with the
textual source code at preprocessor level ie., before
compilation process.
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
What is volatile variable how do you declare it?
How do I use void main?
Describe how arrays can be passed to a user defined function
How many identifiers are there in c?
What are the advantages of using macro in c language?
What are the properties of union in c?
What is the purpose of macro in C language?
What is meant by int main ()?
what is the difference between 123 and 0123 in c?
How can I write a function analogous to scanf?
Write a program with dynamically allocation of variable.
How can you increase the size of a statically allocated array?
Explain high-order and low-order bytes.
How can I insert or delete a line (or record) in the middle of a file?
What does it mean when a pointer is used in an if statement?