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 string concatenation in c?
Explain how do you determine a file’s attributes?
Can include files be nested? How many levels deep can include files be nested?
What are the back slash character constants or escape sequence charactersavailable in c?
Which are low level languages?
what is the height of tree if leaf node is at level 3. please explain
How #define works?
Explain the Difference between the New and Malloc keyword.
What is main return c?
What are the advantages of c preprocessor?
What are the types of macro formats?
in linking some of os executables are linking name some of them
What is the difference between array and structure in c?
What is indirection? How many levels of pointers can you have?
What is the difference between malloc() and calloc()?