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

How many types of operators are there in c?

1088


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

1486


What is the equivalent code of the following statement in WHILE LOOP format?

1346


When c language was developed?

1105


Explain the difference between malloc() and calloc() in c?

1102


How does selection sort work in c?

1099


Why does not c have an exponentiation operator?

1117


Write a program to print fibonacci series without using recursion?

1220


Is c object oriented?

1017


What is the benefit of using #define to declare a constant?

1150


How can I change the size of the dynamically allocated array?

1206


What is sizeof int?

1153


What are the differences between Structures and Arrays?

1273


why return type of main is not necessary in linux

2151


What is the difference between printf and scanf in c?

1429