When did c++ add stl?


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

Post New Answer

More STL Interview Questions

How Find, Replace and Go To commands ca be used to substitute one character string for another? Explain with the heIp of an example.

1 Answers  


how to get the sum of two integers?

2 Answers  


what is c++

2 Answers  


write a c++ to define a class box with length,breadth and height as data member and input value(),printvalue() and volume() as member functions.

3 Answers  


write a program to search and display the position of an element in a single-dimentional array using function.

1 Answers  


What is the underlying datastructure of map?

5 Answers   BIA, Siemens,


What is the use of stl?

0 Answers  


Assume I have a linked list contains all of the alphabets from "A" to "Z?" I want to find the letter "Q" in the list, how does you perform the search to find the "Q?"

2 Answers  


what is strcture i++ i ++i answer to this i=5 what is the out put

6 Answers  


Waht is inheritance

6 Answers  


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 two integer arrays A & B.A has n elements and B has ' n-1 ' elements . A has all the elements that are there in B. But B has one missing element. Write a function that takes arrays , A & B as imnput and finds the missing element in most optised manner .

4 Answers   Zycus Infotech,


Categories