Is stl part of c++ standard?


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

Post New Answer

More STL Interview Questions

what is use of for loop?

9 Answers   Wipro,


HOW TO GET "H1B" -VISA 4 USA FOR MY SON?HE HAD COMPLETED "MS"(IT)FROM AUSTALIA 2007.I AM WORKING IN U.S.A.

0 Answers  


Who wrote stl?

0 Answers  


what is template and type convertion

0 Answers   TATA,


Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list

21 Answers   ABC, Sun Microsystems,






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  


Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.

0 Answers  


Write a program to print the swapping in two no and using three variable.

5 Answers   Broadridge,


write a program that input four digit number and find how many 7 that number contains

4 Answers  


what is c++

2 Answers  


What two types of containers does the stl provide?

0 Answers  


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  


Categories