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
Mention the ways in which parameterized can be invoked.
How do you declare A pointer to a function which receives nothing and returns nothing
What is general form of pure virtual function? Explain?
What does ios :: app do in c++?
What is the difference between #import and #include?
what is c++
Explain terminate() and unexpected() function?
Which of the following is evaluated first: a) && b) || c) !
What is using namespace std in c++?
What is an iterator class in c++?
Will the following program execute?
What is the use of bit fields in structure declaration?
State two differences between C and C++.
What is c++ & why it is used?
What is the difference between while and do while loop? Explain with examples.