what information does the header files contain?
Answer Posted / shashi
In computer programming, particularly in the C and C++
programming languages, a header file or include file is a
file, usually in the form of source code, that a compiler
automatically includes when processing another source file.
Typically, programmers specify the inclusion of header files
via compiler directives at the beginning (or head) of the
other source file.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are control structures? What are the different types?
What are the 5 types of inheritance in c ++?
What is function pointer c?
What is uint8 in c?
ATM machine and railway reservation class/object diagram
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
What is the right type to use for boolean values in c? Is there a standard type?
What is malloc() function?
What is main () in c?
What are the three constants used in c?
Explain bitwise shift operators?
What is static and auto variables in c?
Explain can you assign a different address to an array tag?
Explain the meaning of keyword 'extern' in a function declaration.
What is line in c preprocessor?