Can we use stl in coding interviews?


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

Post New Answer

More STL Interview Questions

What is stl stand for?

0 Answers  


how to get the sum of two integers?

2 Answers  


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

5 Answers  


Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list

21 Answers   ABC, Sun Microsystems,


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

0 Answers  






What is meant by stl in c++?

0 Answers  


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

3 Answers   Wipro,


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 .

4 Answers   Zycus Infotech,


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

0 Answers  


write a program to search and display the position of an element in a single-dimentional array using function.

1 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's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?

6 Answers  


Categories