How do you traverse a btree in backward in-order?


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

Post New Answer

More C++ General Interview Questions

How is data hiding achieved in c++?

0 Answers  


Ask to write virtual base class code?

0 Answers   Satyam,


Is swift faster than c++?

0 Answers  


What are pointer-to-members in C++? Give their syntax.

0 Answers   HAL,


How many keywords are used in c++?

0 Answers  






What return value must conversion operators have in their declaration?

0 Answers  


What is the hardest coding language to learn?

0 Answers  


Write some differences between an external iterator and an internal iterator?

0 Answers  


catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;

2 Answers   Quark,


Out of fgets() and gets() which function is safe to use?

0 Answers  


Define friend function.

0 Answers  


What is the difference between global variables and local variable

0 Answers  


Categories