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
Explain how can you determine the size of an allocated portion of memory?
What are types of functions?
What is calloc malloc realloc in c?
How can I invoke another program or command and trap its output?
What is the heap in c?
Write a program to print fibonacci series without using recursion?
How do you declare a variable that will hold string values?
What is difference between far and near pointers?
What will be your course of action for a push operation?
What is the use of extern in c?
Explain what does the format %10.2 mean when included in a printf statement?
What is meant by realloc()?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What is #include cctype?
What is the difference between malloc() and calloc()?