Qus6:- Is there any possibility to create customized header file with C programming language? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 13

Qus6:- Is there any possibility to create customized header file with C programming language?

#basicquestions

13th May 2019, 7:38 AM
Deepika Mourya
Deepika Mourya - avatar
3 Answers
+ 13
😍
14th May 2019, 7:00 AM
Deepika Mourya
Deepika Mourya - avatar
+ 11
On code playground you can only have one code file.
13th May 2019, 8:09 AM
Sonic
Sonic - avatar
+ 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
25th Sep 2019, 6:54 AM
Arsenic
Arsenic - avatar