What data structure is fastest, on average, for retrieving data:
a) Binary Tree
b) Hash Table
c) Stack
No Answer is Posted For this Question
Be the First to Post Answer
How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?
How to avoid changing constant values?
What is a friend function in c++?
What is binary object model?
Why c++ is not a pure oop language?
What is the benefit of c++?
Explain differences between alloc() and free()?
What is the advantage of an external iterator.
What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?
What are the main differences between C and C++?
What is the c++ programming language used for?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.