Hai,
I wrote two functions in separate files named fibonacci.c and factorial.c
Will you please let me know how to place those two functions in a header file named hai.h,so that i can use them in other c files?Thanks for your reply in advance.
I wrote two functions in separate files named fibonacci.c and factorial.c
Will you please let me know how to place those two functions in a header file named hai.h,so that i can use them in other c files?Thanks for your reply in advance.
Comment