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
Can a void pointer point to a function?
What are the standard predefined macros?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Do you know the use of 'auto' keyword?
what are the 10 different models of writing an addition program in C language?
Why array is used in c?
What is infinite loop?
how can I convert a string to a number?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
The __________ attribute is used to announce variables based on definitions of columns in a table?
What is dynamic variable in c?
What is the difference between test design and test case design?
How to draw the flowchart for structure programs?
What is the difference between exit() and _exit() function?
Explain why C language is procedural?