What is the use of stl?


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

Post New Answer

More STL Interview Questions

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

1 Answers  


Diffrernce Between Overloading and Overriding?

2 Answers   Wipro,


#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,


what is the acronym of the term 'C.O.M.P.U.T.E.R' ?

17 Answers   Config Systems, Google, Wipro,


Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1

6 Answers   Sun Microsystems,






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

0 Answers  


Can we use stl in coding interviews?

0 Answers  


Distinguish between: a) Normal layout & Print Layout views b) Windows Clipboard & office Clipboard c) Save & Save As Commands d) Program File & Data File e) Pie Charts & Barr Charts

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 the use of stl?

0 Answers  


What is the disadvantage of templates ?

2 Answers   NSN, Symphony,


what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?

6 Answers  


Categories