What is a null tree?


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

Post New Answer

More OOPS Interview Questions

What is public, protected, private?

6 Answers   IBS, Satyam,


difference between static and non-static variables?

2 Answers  


what is the difference between virtual function and destoctor?

1 Answers  


what is use to destroy an object? illustrate.

5 Answers   TCS,


what is the definition of incapsulation

2 Answers  






Will I be able to get a picture in D drive to the c++ program? If so, help me out?

0 Answers  


Name an advantage of array over linked list?

24 Answers   GML, IBM, Software Solutions,


#include <iostream> using namespace std; int main() { int a = 2; 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][c[1][4]]; }

2 Answers   TCS, Wipro,


What is use of overloading?

0 Answers  


write string class as your own class in java without using any built-in function

0 Answers  


What do you mean by public, private, protected and friendly?

3 Answers   CA,


if u write a class do u write Assignment operator and copy constructor

1 Answers   Siemens,


Categories