The header files starts with _____ symbol and have _____ extension. Fill in the blank.
Answers
Answered by
1
Answer:
The header files starts with angle bracket<> symbol and have .h extension.
Explanation:
Header file is a type of file having .h extension. These files contain some function declaration. These files tell the compiler what is functionality of some reserve words that are used in program e.g. <stdlib.h > is stander header file and <ctype.h> is character type header file. Hash symbol direct the compiler to load header file in program .
Answered by
1
The header files starts with # symbol and have .h extension.
Explanation:
- The 'header file is a. h extension file' that contains 'C function statements 'and macro definitions to be shared between multiple source files.
- We require the use of the header file in the program by containing it with the '# include pre-processing directive'. The #include directive works by directing the 'C preprocessor to scan the specified file' as input before continuing with the rest of the current source file.
To know more
What is header files ?
https://brainly.in/question/1978221
List of c++ header files and it's built in functions
https://brainly.in/question/13264420
Similar questions
Math,
7 months ago
English,
7 months ago
English,
7 months ago
Accountancy,
1 year ago
Social Sciences,
1 year ago
Science,
1 year ago