| Other STL Interview Questions |
| |
| Question | Asked @ | 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
} | Sun-Microsystems | 1 |
| what is strcture
i++ i ++i answer to this i=5 what is the out put | | 5 |
| I am doing my BS.c MATHS CAN I ABLE TO JOIN IN NIIT? | | 1 |
| What is Template Specialization? | Lucent | 1 |
| Explain how to insert a hyperlink in to an Excel worksheet
and save a Word document as a Web page. | | 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 | 6 |
| write a piece of c++ code which allocate memory to the 50
object of type CObj
| | 2 |
| c# support late binding or early binding. | | 3 |
| What is the STL? | HP | 2 |
| Define the terms: field, record, table and database | | 1 |
| what's the difference between abstract class and concreate
class? what's the meaning of standard template library(STL)? | | 3 |
| how to swap two numbers in a linked list without exchanging
the data but only the links? | Wipro | 2 |
| 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 | 4 |
| Waht is inheritance
| | 4 |
| What is the underlying datastructure of map? | Siemens | 4 |
| What is the Difference between CArray and CList? | Siemens | 1 |
| What is 2*2? | | 3 |
| what's the difference between function overloading and
function overiding? | | 2 |
| what is a template? | BITS | 2 |
| 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 | 3 |
| |
| For more STL Interview Questions Click Here |