Is it possible to create your own header files?
- Yes, it's possible to create a customized header file.
- To do this, you just need to include function prototypes that you want to use in program in it, and use #include directive followed by the name of your header file.