What is data structure in c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is the purpose of templates in c++?

0 Answers  


Give 10 points of differences between C & C++.

0 Answers   HCL,


Explain linear search.

0 Answers  


What is the difference between an enumeration and a set of pre-processor # defines?

0 Answers  


What are the unique features of C++.

0 Answers  






What is the difference between set and map in c++?

0 Answers  


What is private, public and protected inheritance?

0 Answers  


What is pointer to array in c++?

0 Answers  


What is the difference between the functions memmove() and memcpy()?

0 Answers  


Name the implicit member functions of a class.

0 Answers  


Can we use this pointer in a class specific, operator-overloading function for new operator?

0 Answers  


. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?

0 Answers  


Categories