Computer Science, asked by kayamtejaswi2004, 11 days ago

how many ways a header file is included in c program ?​

Answers

Answered by ankita787252812
0

Answer:

two types

A header file is a file with extension . h which contains C function declarations and macro definitions to be shared between several source files. There are two types of header files: the files that the programmer writes and the files that comes with your compiler.

Similar questions