What is a rooted hierarchy?


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

Post New Answer

More C++ General Interview Questions

Is it legal in c++ to overload operator++ so that it decrements a value in your class?

0 Answers  


Explain "const" reference arguments in function?

0 Answers  


List out some of the OODBMS available?

1 Answers  


How to avoid a class from instantiation?

8 Answers   Symphony,


How much do c++ programmers make?

0 Answers  






Write a function that swaps the values of two integers, using int* as the argument type?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

0 Answers   CTS,


What is else syntax in c++?

0 Answers  


What is a storage class? Mention the storage classes in c++.

0 Answers  


If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?

2 Answers  


What size is allocated to the union variable?

0 Answers  


If dog is a friend of boy, is boy a friend of dog?

0 Answers  


Categories