+ 13
Qus6:- Is there any possibility to create customized header file with C programming language?
#basicquestions
5 Réponses
+ 13
😍
+ 11
On code playground you can only have one code file.
+ 3
Yes just create a file with alot of functions and save it with extension ".h" and then include it in any other program like you include any other header file but instead of #include<myfile.h> use #include 'myfile.h'
P.S.
You can't do this in code playground as you can just have one code file open at a time