Explain stl.


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

Post New Answer

More STL Interview Questions

What is meant by stl in c++?

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  


draw a flowchart that accepts two numbers and checks if the first is divisible by the second.

0 Answers   Appin, NIIT,


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 stl in c++ with example?

0 Answers  






what is compiler?

4 Answers   NASA,


write a program that input four digit no and finds it is palindrome or not

2 Answers  


What does stl mean in slang?

0 Answers  


What is the Difference between CArray and CList?

1 Answers   ProdEx Technologies, Siemens,


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,


WHAT IS FIBONACCI SERIES?

4 Answers   Stewart,


What do stl stand for?

0 Answers  


Categories