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

whats the use of header file in c?

Answer Posted / prabhakar

because it consists the definations of per defined functions
...
hence it will be includes the corresponding definations of
function when ever you called the function.

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between arrays and pointers?

1131


Explain how do you search data in a data file using random access method?

1136


Is python a c language?

1020


where are auto variables stored? What are the characteristics of an auto variable?

1076


What is the use of the function in c?

1019


What is assignment operator?

1061


What is static memory allocation? Explain

1105


How do you sort filenames in a directory?

1185


How do you determine the length of a string value that was stored in a variable?

1126


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

2506


Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

1254


What is the difference between a string and an array?

1211


What is difference between %d and %i in c?

1241


Explain a file operation in C with an example.

1121


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

1127