Computer Science, asked by MOHAMED2332, 2 days ago

A header file is a file with extension ___________which contains C function declarations and macro definitions to be shared between several source files.Required to answer. Single choice.


A. .hf

B. .c

C. .h

D. hd​

Answers

Answered by rinkusamanta81
0

Answer:

hf

Explanation:

may be may it help mark me as brainlist

Answered by ramnarayansingh73178
0

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.

Similar questions