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

Answers were Sorted based on User's Feedback



what is a template?..

Answer / shiva

Template is for creating generic functions as well as data
members

Is This Answer Correct ?    6 Yes 0 No

what is a template?..

Answer / ramya

templates are used for creating a family of function by
function templates,creating a family of class using class
templates

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More STL Interview Questions

Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris");

8 Answers   Sun Microsystems,


Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1

6 Answers   Sun Microsystems,


What is the underlying datastructure of map?

5 Answers   BIA, Siemens,


When did c++ add stl?

0 Answers  


What is the STL?

2 Answers   Epson, HP,


Is there any error below, its a code to delete all entires from a map #include <map> #include iostream.h int main() { int i =0; map <int, char> TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map<int, char> :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }

0 Answers  


What are the components of stl?

0 Answers  


write a c++ program to create an object of a class called employee containing the employee code name designation basic salarry HRA Da gross salary as data 10 such objects "members process "

1 Answers  


How connect plc and pc through software

0 Answers  


Define the terms: field, record, table and database

5 Answers  


What are the symptoms of stl?

0 Answers  


Can we use stl in coding interviews?

0 Answers  


Categories