What two types of containers does the stl provide?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More STL Interview Questions

How does an stl file work?

0 Answers  


What is stl language?

0 Answers  


In what cases using of a 'template' is a better approach then using of a 'base class'?

6 Answers   Lucent, Mind Tree, Wipro,


what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?

2 Answers  


what is an algorithm in terms of STL?

1 Answers   Lucent, Wipro,






Find the error in the following program struct point {struct point *next; int data; } x; main() {int...data; } x; main() {int i; for(x=p;x!=0;) x=x->next,x++; freelist(x); } freelist(x) {free(x); return }

1 Answers   Sun Microsystems,


Waht is inheritance

6 Answers  


What is the Difference between CArray and CList?

1 Answers   ProdEx Technologies, Siemens,


What is a list in c++ stl?

0 Answers  


write a program that will accept a number and print.its equivalent in words the maximum input number is 9999

0 Answers  


What is meant by stl in c++?

0 Answers  


What is Template Specialization?

1 Answers   Lucent,


Categories