How the STL's are implemented, What the difference between
templates and STL?



How the STL's are implemented, What the difference between templates and STL?..

Answer / bob

4 fundamental elements consist STL: container, allocator,
iterator and algorithm.

STL employs highly template technology, for all 4 aspects

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More STL Interview Questions

Waht is inheritance

6 Answers  


why & sign is used in copy constructor

4 Answers  


What is stl stand for?

0 Answers  


how to get the sum of two integers?

2 Answers  


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

6 Answers   Lucent, Mind Tree, Wipro,






Diffrernce Between Overloading and Overriding?

2 Answers   Wipro,


Describe the elements of Microsoft Word screen. Write down steps for creating, saving, retrieving, editing and printing a document.

2 Answers  


what is an algorithm in terms of STL?

1 Answers   Lucent, Wipro,


what is the acronym of the term 'C.O.M.P.U.T.E.R' ?

17 Answers   Config Systems, Google, Wipro,


Describe the My Computer and My Documents folders; identify the elements that are present in every Window.

0 Answers  


#define CUBE(x) (x*x*x) main() { int a,b=3; a=cube(b++); printf("%d %d",a,b); } What should be the value of a and b? My calc a=4 but syst a=6 how pls tell me if you know it?

12 Answers   Wipro,


c# support late binding or early binding.

6 Answers  


Categories