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
Are the variables argc and argv are always local to main?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Which is better between malloc and calloc?
What is null pointer in c?
What is pass by reference in functions?
How many data structures are there in c?
Explain how can you be sure that a program follows the ansi c standard?
Why c is faster than c++?
How do you view the path?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
Are the expressions * ptr ++ and ++ * ptr same?
Who is the main contributor in designing the c language after dennis ritchie?
Explain what is the stack?
What are external variables in c?
Can a variable be both const and volatile?