What are stl algorithms?


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

Post New Answer

More STL Interview Questions

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

5 Answers  


if x<>=z then statement end what is the cyclomatic complexity

5 Answers  


sir please send me bpcl previous question papers

0 Answers   BPCL Bharat Petroleum,


#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 does stl mean in slang?

0 Answers  






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

0 Answers  


What is the Difference between CArray and CList?

1 Answers   ProdEx Technologies, Siemens,


How connect plc and pc through software

0 Answers  


Find the error in the following program struct point {struct point *next; int data; } x; main() {int...data; } x; main() {int i; for(x=p;x!=0;) x=x->next,x++; freelist(x); } freelist(x) {free(x); return }

1 Answers   Sun Microsystems,


What does stl stand for in basketball?

0 Answers  


what is the difference between thread and process

1 Answers   Infosys,


wap in c++ which accept a integer array and its size as argument and replaces element having even values with its half and element having odd values with twice its value

1 Answers  


Categories