is it possible to create your own header files?

4 years ago
C Programming

Yes, it is possible to create a customized header file. Just include in it the function prototypes that you want to use in your program, and use the #include directive followed by the name of your header file.

0
Sanisha Maharjan
Jan 20, 2022
More related questions

Questions Bank

View all Questions