| Other STL Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| I am doing my BS.c MATHS CAN I ABLE TO JOIN IN NIIT? | | 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 | 4 |
| Waht is inheritance
| | 4 |
| What is Template Specialization? | Lucent | 1 |
| What is 2*2? | | 3 |
| In what cases using of a 'template' is a better approach
then using of a 'base class'? | Lucent | 6 |
| what's the difference between function overloading and
function overiding? | | 2 |
| What is Object Oriental Progam | | 1 |
| Define the terms: field, record, table and database | | 1 |
| 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 |
| What is Constructor | Angel-Broking | 2 |
| 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 |
| c# support late binding or early binding. | | 3 |
| what is use of for loop? | Wipro | 7 |
| How the STL's are implemented, What the difference between
templates and STL? | Symphony | 1 |
| Explain how to insert a hyperlink in to an Excel worksheet
and save a Word document as a Web page. | | 1 |
| What is the disadvantage of templates ? | Symphony | 2 |
| 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 the underlying datastructure of map? | Siemens | 4 |
| what is strcture
i++ i ++i answer to this i=5 what is the out put | | 5 |
| |
| For more STL Interview Questions Click Here |