A header file is a file with extension ___________which contains C function declarations and macro definitions to be shared between several source files.
A. .hf
B. .c
C. .h
D. hd
Answers
Answered by
2
Answer:
A header file is a file with extension . h which contains C function declarations and macro definitions to be shared between several source files. ... You request to use a header file in your program by including it with the C preprocessing directive #include, like you have seen inclusion of stdio.
Explanation:
Hope its helps you
Please follow
Similar questions