How do you convert stl to steps?


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

Post New Answer

More STL Interview Questions

What is a stl vector?

0 Answers  


What is a standard template library (stl)? What are the various types of stl containers?

0 Answers  


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  


why & sign is used in copy constructor

4 Answers  


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

3 Answers   Wipro,






What is stl stack?

0 Answers  


Assume I have a linked list contains all of the alphabets from "A" to "Z?" I want to find the letter "Q" in the list, how does you perform the search to find the "Q?"

2 Answers  


How stl is different from the c++ standard library?

0 Answers  


What is stl language?

0 Answers  


#define CUBE(x) (x*x*x) main() { int a,b=3; a=cube(b++); printf("%d %d",a,b); } What should be the value of a and b? My calc a=4 but syst a=6 how pls tell me if you know it?

12 Answers   Wipro,


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

0 Answers  


What do you mean by stl?

1 Answers  


Categories