What are Binay tress and B trees? Diff between them?
Answer Posted / s.divya
both b-tree and binary tree are same
| Is This Answer Correct ? | 4 Yes | 23 No |
Post New Answer View All Answers
How did c++ start?
Can a program run without main function?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
What is polymorphism & list its types in c++?
Differentiate between an external iterator and an internal iterator?
How many standards of c++ are there?
What is the meaning of string in c++?
What are the advantages of early binding?
What is the difference between struct and class?
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
Can we specify variable field width in a scanf() format string? If possible how?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
Write a program to find the Fibonacci series recursively.
Explain the register storage classes in c++.
How the keyword struct is different from the keyword class in c++?