Home Forums C Programming can we make program without header files? Re: Re: can we make program without header files?

#3647
Anonymous
Inactive

it possible but it also depends upon compiler, means if u are using turboc2 compiler then it is possible other wise u have to use
.c after every file name. ex filename.c that there after no need to use header file in C programming. But specially want to say that use of header file is good habit some time it is required.