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 is a rvalue?
What is structure and union in c?
Sir i need notes for structure,functions,pointers in c language can you help me please
Explain what are header files and explain what are its uses in c programming?
What is cohesion in c?
Differentiate between Macro and ordinary definition.
In C programming, what command or code can be used to determine if a number of odd or even?
Why c is called procedure oriented language?
What is the data segment that is followed by c?
What is pass by reference in functions?
Why void is used in c?
What happens if you free a pointer twice?
What is pointer to pointer in c?
Is there sort function in c?
In which language linux is written?