What are Binay tress and B trees? Diff between them?
Answer Posted / sagar kumar
both binary tree and b tree are same
| Is This Answer Correct ? | 16 Yes | 27 No |
Post New Answer View All Answers
Explain about Garbage Collector?
What are static variables?
What is ofstream c++?
What are abstract data types in c++?
How do you clear a set in c++?
Is nan a c++?
Explain differences between new() and delete()?
Can a program run without main function?
How static variables and local variablesare similar and dissimilar?
Explain the uses of static class data?
What is a unnitialised pointer?
What is a container class? What are the types of container classes in c++?
Is oops and c++ same?
Why isn't sizeof for a struct equal to the sum of sizeof of each member?
Distinguish between new and malloc and delete and free().