Answers:
c programming run without header file write example given below. void main() { clrscr(); printf("hello"); getch();
Posted by: manish sikarwar
Contact manish sikarwar
The header files are only needed whenever u r using the pre-defined functions which belongs to those libraries which has to be included. eg. #include<stdio.h> will allow u to use printf() and scanf().
Posted by: sarang mahadik
Contact sarang mahadik
Because of this reason is whenever we are going to run any c program without header file,it may not be connected input output library file. So it will effect internally to the program.
Posted by: SHASANKA SEKHAR PANDA
Contact SHASANKA SEKHAR PANDA
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
There should not be any Spelling Mistakes.
There should not be any Gramatical Errors.
Answers must not contain any bad words.
Answers should not be the repeat of same answer, already approved.
Answer should be complete in itself.