Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is a headerfile?and what will be a program without it
explain nan example?

Answers were Sorted based on User's Feedback



what is a headerfile?and what will be a program without it explain nan example?..

Answer / 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

what is a headerfile?and what will be a program without it explain nan example?..

Answer / xyz

headerfile is a library of functions,which the program
refers to and uses required functions to execute the
operation..!

Is This Answer Correct ?    4 Yes 2 No

what is a headerfile?and what will be a program without it explain nan example?..

Answer / 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

what is a headerfile?and what will be a program without it explain nan example?..

Answer / praveen badiger

Header files are predefined function, these are defined in .h extention .if u not used the header file compiler will through an error message..

Is This Answer Correct ?    0 Yes 0 No

what is a headerfile?and what will be a program without it explain nan example?..

Answer / prabu

header file consists of several modules in which the printf
and scanf function can call automatically througyh header file

Is This Answer Correct ?    0 Yes 1 No

what is a headerfile?and what will be a program without it explain nan example?..

Answer / pradeep m.c

headerfile is one includes pre-defined functions n
and definatrions and is a librari of functions,which the
programme refers to and uses required function to
execute operations.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Interview Questions

WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?

4 Answers  


What is the real time usage volatile?

2 Answers   Polycom,


wtite a program that will multiply two integers in recursion function

4 Answers   TCS,


What is the difference between typedef and #define?

0 Answers  


Do array subscripts always start with zero?

0 Answers  


which do you prefer C or Pascal?

1 Answers  


write a program to generate 1st n fibonacci prime number

12 Answers  


Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.

3 Answers   Google,


what is the use of fflush() function?

2 Answers  


formula to convert 2500mmh2o into m3/hr

0 Answers  


What are header files in c programming?

0 Answers  


Why enum is used in c?

0 Answers  


Categories