| Other STL Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is c++ | | 2 |
| Write a program in C/C++ to implement reader- writer problem | | 1 |
| What is the Difference between CArray and CList? | Siemens | 1 |
| why we are using the fork command?.. how it works? | | 1 |
| why does the execution of a c++ program start with main()??? | | 9 |
| What is Template Specialization? | Lucent | 1 |
| c# support late binding or early binding. | | 3 |
| 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 |
| How the STL's are implemented, What the difference between
templates and STL? | Symphony | 1 |
| Write a program in C++ returning starting locations of a
substring using pointers | | 1 |
| How Find, Replace and Go To commands ca be used to
substitute one
character string for another? Explain with the heIp of an
example.
| | 1 |
| 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 |
| what is use of for loop? | Wipro | 9 |
| what is the acronym of the term 'C.O.M.P.U.T.E.R' ? | Google | 5 |
| 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 |
| Write a program in C++ to concatenate two strings into third
string using pointers | | 2 |
| Define the terms: field, record, table and database | | 1 |
| how to overload << and >> operator in c++ | Wipro | 3 |
| write a program that input four digit number and find how
many 7 that number contains | | 4 |
| |
| For more STL Interview Questions Click Here |