what is a headerfile?and what will be a program without it
explain nan example?
Answer Posted / yyy
header file contains pre defined functions.that are used in
the programme.
header files will have .h as an extension.
eg:stdio.h is a header file which contains input and output
functions like scanf and printf.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What are the differences between new and malloc in C?
What is union in c?
What is the right way to use errno?
What does c mean in standard form?
Is a pointer a kind of array?
What is abstract data structure in c?
Is c is a middle level language?
Why is c fast?
Do you know pointer in c?
Can a pointer be null?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What is double pointer?
What is the difference between union and anonymous union?
What is calloc in c?
What is the use of pragma in embedded c?