| Other STL Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Difference between Structure and Class in C++? | Caritor | 3 |
| Write a program in C/C++ to implement reader- writer problem | | 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 |
| What is Constructor | Angel-Broking | 4 |
| what's the difference between function overloading and
function overiding? | | 3 |
| how to overload << and >> operator in c++ | Wipro | 3 |
| Write a program in C++ returning starting locations of a
substring using pointers | | 1 |
| what is electronic software | | 1 |
| what is strcture
i++ i ++i answer to this i=5 what is the out put | | 5 |
| Write a program in C++ to concatenate two strings into third
string using pointers | | 2 |
| Explain how to insert a hyperlink in to an Excel worksheet
and save a Word document as a Web page. | | 1 |
| c# support late binding or early binding. | | 3 |
| what is use of for loop? | Wipro | 9 |
| WHAT IS FIBONACCI SERIES? | Stewart | 4 |
| Diffrernce Between Overloading and Overriding? | Wipro | 2 |
| write a program that input four digit number and find how
many 7 that number contains | | 4 |
| Define the terms: field, record, table and database | | 1 |
| 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 |
| How the STL's are implemented, What the difference between
templates and STL? | Symphony | 1 |
| In what cases using of a 'template' is a better approach
then using of a 'base class'? | Lucent | 6 |
| |
| For more STL Interview Questions Click Here |