Home › Forums › C Programming › can we make program without header files? › Re: Re: can we make program without header files?
July 17, 2012 at 9:50 am
#3646
Anonymous
Inactive
no we cant make program without header files because for display and taking input we use stdio.h and conio.h which is really required. but if u r doing program in Turbo C 3.0 or higher version then these 2 header file is not required because it automatically adds the header files to it.
if u want to use any header file except these two u have to add library files…….