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 should not contain a header file?

Answer Posted / laxman

header file should contain only declarations and structure
templates.It should not contain function definitions.

Is This Answer Correct ?    8 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is pass by reference in c?

1241


Where are c variables stored in memory?

1137


What is a structure member in c?

1053


Write a program to generate random numbers in c?

1159


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

1205


What is the difference between NULL and NUL?

1354


Can 'this' pointer by used in the constructor?

1134


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

2286


For what purpose null pointer used?

1117


Why header file is used in c?

1162


What do you mean by command line argument?

1228


What functions are in conio h?

1265


what are bit fields? What is the use of bit fields in a structure declaration?

2205


What does a function declared as pascal do differently?

1224


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

1265