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.
Sanisha Maharjan
Jan 20, 2022