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 are .h files and what should I put in them?

Answer Posted / guest

Header files (also called ".h files") should generally contain
common declarations and macro, structure, and typedef
definitions, but not variable or function definitions.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1310


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

3166


will u please send me the placement papers to my mail???????????????????

1889


How can I read/write structures from/to data files?

1015


code for replace tabs with equivalent number of blanks

2216


Explain how do you sort filenames in a directory?

1077


What is function prototype in c language?

1090


Is that possible to store 32768 in an int data type variable?

1139


What is return in c programming?

1025


Explain the use of function toupper() with and example code?

1172


What is a structure and why it is used?

1294


What does == mean in texting?

1394


How can I call fortran?

1102


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

1374


What is the difference between local variable and global variable in c?

1293