STL Interview Questions
Questions Answers Views Company eMail

What is the STL?

Epson, HP,

2 8419

what is a template?

Amazon, BITS, IBS, Wipro,

2 7874

what is an algorithm in terms of STL?

Lucent, Wipro,

1 7722

How the STL's are implemented, What the difference between templates and STL?

Symphony,

1 6298

What is the disadvantage of templates ?

NSN, Symphony,

2 25678

What is Template Specialization?

Lucent,

1 7352

In what cases using of a 'template' is a better approach then using of a 'base class'?

Lucent, Mind Tree, Wipro,

6 11532

if 4-5 year old brother is standing on d roof with me and watching d moon, suddenly moon coverd by cloud then how will i explain d hiding of moon to my brother.

MBT,

8 10485

write a piece of c++ code which allocate memory to the 50 object of type CObj

2 6413

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 6037

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 }

Sun Microsystems,

1 4619

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

ABC, Sun Microsystems,

21 26115

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

Sun Microsystems,

6 10344

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");

Sun Microsystems,

8 13434

c# support late binding or early binding.

6 15618


Post New STL Questions

Un-Answered Questions { STL }

What is a standard template library (stl)?

729


draw a flowchart that accepts two numbers and checks if the first is divisible by the second.

2951


Is string part of stl?

779


how can u do connectivity in c++ language? plz send me connectivity code in c++ ?

1991


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

1944






What is the use of stl?

725


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

767


please visit this site you'll find my question this is my homework please answer it if you can http://easyscience.org/ib/lofiversion/index.php/t36168.html

1863


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

2158


What is the stl, standard template library?

669


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

2592


what is template and type convertion

2087


What are stl algorithms?

705


Explain stl.

979


Name the different types of stl containers.

782