what information does the header files contain?

Answer Posted / dips

Header files contain the definations of the functions that
are to be used in the program.In order to recognise the
defined functions ex, printf, scanf etc you need to define
the header file STDIO.h where the defination of these
functions are declared.Which makes writting of the program
very easy

Is This Answer Correct ?    16 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an example of structure?

588


How is a null pointer different from a dangling pointer?

557


I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.

1739


What is a structural principle?

640


Explain what happens if you free a pointer twice?

613






what are non standard function in c

1436


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4179


Explain the difference between getch() and getche() in c?

565


a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

702


Where does the name "C" come from, anyway?

645


how many key words availabel in c a) 28 b) 31 c) 32

635


Tell me what is the purpose of 'register' keyword in c language?

616


What is the value of c?

572


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

2226


How do you do dynamic memory allocation in C applications?

630