Describe the My Computer and My Documents folders;
identify the elements that are present in every Window.


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

Post New Answer

More STL Interview Questions

5. Write c++ function that would intake a string and return the number of occurrences of a given character in that sring Ex:- if the word is “Colombo” and count the occurrences of the letter “o” the function would return 3

1 Answers  


how to get the sum of two integers?

2 Answers  


write a piece of c++ code which allocate memory to the 50 object of type CObj

2 Answers  


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

6 Answers  


What is the name of your birth place?

0 Answers  






Who wrote stl?

0 Answers  


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

0 Answers  


how to overload << and >> operator in c++

3 Answers   Wipro,


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  


what is compiler?

4 Answers   NASA,


How do you convert stl to steps?

0 Answers  


write a program that will accept a number and print.its equivalent in words the maximum input number is 9999

0 Answers  


Categories