What are Binay tress and B trees? Diff between them?
Answer Posted / shahram
They are NOT same
b-tree is balanced multiway tree.every node may has more
than 2 sub nodes and every leaf can hold more than one element.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Describe private, protected and public?
What you know about structures in C++?
Name the operators that cannot be overloaded in C++?
Out of fgets() and gets() which function is safe to use?
Why do you use the namespace feature?
What does the ios::ate argument do?
What is a rooted hierarchy?
What is a null object in c++?
Name four predefined macros.
what is the difference between overloading & overriding? give example.
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
what are function pointers?
Is c++ faster than c?
What is the use of seekg in c++?
How is c++ used in the real world?