Computer Science, asked by meerasma000, 9 months ago

the ____ directive is used to read a header file​

Answers

Answered by Anonymous
0

2 Header Files

A header file is a file containing C declarations and macro definitions (see Macros) to be shared between several source files. You request the use of a header file in your program by including it, with the C preprocessing directive ' #include '.

Answered by pxhqc92snb
0

Answer:

include

Explanation:

Similar questions