what is a headerfile?and what will be a program without it
explain nan example?
Answer Posted / vignesh1988i
header file is a one of the important librarary files where our functions which are built in (printf(), scanf(), getche(),getch(),strcpy(), etc etc) would be defined and retrieved for other operations when the functions defined in the header file is called..........
thank u
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does s c mean in text?
Differentiate between #include<...> and #include '...'
Explain how can a program be made to print the line number where an error occurs?
Why #include is used in c language?
how to find binary of number?
How can I generate floating-point random numbers?
Why use int main instead of void main?
What is wild pointer in c?
What is difference between static and global variable in c?
Explain c preprocessor?
What is the use of ?: Operator?
What are identifiers in c?
What is extern storage class in c?
What are reserved words?
What is the right type to use for boolean values in c? Is there a standard type?