| Other STL Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is the disadvantage of templates ? | Symphony | 2 |
| how to swap two numbers in a linked list without exchanging
the data but only the links? | Wipro | 2 |
| What is Template Specialization? | Lucent | 1 |
| I am doing my BS.c MATHS CAN I ABLE TO JOIN IN NIIT? | | 2 |
| In what cases using of a 'template' is a better approach
then using of a 'base class'? | Lucent | 6 |
| Define the terms: field, record, table and database | | 1 |
| what is c++ | | 2 |
| what's the difference between abstract class and concreate
class? what's the meaning of standard template library(STL)? | | 1 |
| what is an algorithm in terms of STL? | Wipro | 1 |
| 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 |
| 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 | 7 |
| Waht is inheritance
| | 6 |
| Which data structure gives efficient search?
A. B-tree B. binary tree C. array D. linked list | Sun-Microsystems | 19 |
| #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? | Wipro | 2 |
| WHAT IS FIBONACCI SERIES? | Stewart | 4 |
| why does the execution of a c++ program start with main()??? | | 9 |
| what is strcture
i++ i ++i answer to this i=5 what is the out put | | 5 |
| what is the acronym of the term 'C.O.M.P.U.T.E.R' ? | Google | 5 |
| Write a program in C++ returning starting locations of a
substring using pointers | | 1 |
| 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 |
| |
| For more STL Interview Questions Click Here |