Can bst contain duplicates?


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

Post New Answer

More OOPS Interview Questions

#include <iostream> using namespace std; int main() { int a = 3; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][2]; }

1 Answers  


what is the difference between inter class and abstract class...?

0 Answers  


Is data hiding and abstraction same?

0 Answers  


Petrol pump mgt. system: To design a program that display an interface for the sale of the Petrol and then make the entries at the backend in the database.

1 Answers   Wipro,


What are main features of oop?

0 Answers  






What is the difference between the c++ & java?

2 Answers  


write a program that takes input in digits and display the result in words from 1 to 1000

0 Answers   Wipro,


What is polymorphism explain?

0 Answers  


What is conditional Compilation?

3 Answers   emc2, HCL,


Out of 4 concepts, which 3 C++ Follow?

1 Answers   TCS,


What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined

7 Answers  


what are the characteristics of oops?

7 Answers   NIIT,


Categories