how to use C++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More STL Interview Questions

Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1

6 Answers   Sun Microsystems,


What is Object Oriental Progam

2 Answers  


Name the different types of stl containers.

0 Answers  


Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list

21 Answers   ABC, Sun Microsystems,


WHAT IS THE DIFFERENCE BETWEEN C++ AND VC++

1 Answers   Syntel,






write a program to search and display the position of an element in a single-dimentional array using function.

1 Answers  


Give two integer arrays A & B.A has n elements and B has ' n-1 ' elements . A has all the elements that are there in B. But B has one missing element. Write a function that takes arrays , A & B as imnput and finds the missing element in most optised manner .

4 Answers   Zycus Infotech,


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 }

1 Answers   Sun Microsystems,


how to use C++?

0 Answers   NIIT,


Is stl part of c++ standard?

0 Answers  


totoo po ba ang manga aliens!

0 Answers  


a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.

0 Answers  


Categories