Can we use stl in coding interviews?
No Answer is Posted For this Question
Be the First to Post Answer
what is compiler?
Define stl.
How the STL's are implemented, What the difference between templates and STL?
When did c++ add stl?
Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 Answers ABC, 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 .
How do you convert stl to steps?
What is the disadvantage of templates ?
What is a standard template library (stl)?
Is string part of stl?
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; }
what is strcture i++ i ++i answer to this i=5 what is the out put