Explain stl.
No Answer is Posted For this Question
Be the First to Post Answer
What is meant by stl in c++?
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; }
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
What is stl in c++ with example?
what is compiler?
write a program that input four digit no and finds it is palindrome or not
What does stl mean in slang?
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 .
WHAT IS FIBONACCI SERIES?
What do stl stand for?