Is stl part of c++ standard?


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

Post New Answer

More STL Interview Questions

What is stl in oop?

0 Answers  


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

0 Answers  


Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris");

8 Answers   Sun Microsystems,


Waht is inheritance

6 Answers  


What are the components of stl?

0 Answers  






write a c++ to define a class box with length,breadth and height as data member and input value(),printvalue() and volume() as member functions.

3 Answers  


Write a program in C++ to concatenate two strings into third string using pointers

5 Answers  


write a program to convert a decimal number in to its equivalent binary number?

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  


What is stl language?

0 Answers  


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

3 Answers   Wipro,


Is stl open source?

0 Answers  


Categories