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


Please Help Members By Posting Answers For Below Questions

Explain how can you determine the size of an allocated portion of memory?

827


What are types of functions?

756


What is calloc malloc realloc in c?

809


How can I invoke another program or command and trap its output?

854


What is the heap in c?

841


Write a program to print fibonacci series without using recursion?

840


How do you declare a variable that will hold string values?

917


What is difference between far and near pointers?

789


What will be your course of action for a push operation?

846


What is the use of extern in c?

838


Explain what does the format %10.2 mean when included in a printf statement?

1111


What is meant by realloc()?

899


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

847


What is #include cctype?

817


What is the difference between malloc() and calloc()?

1046