What is difference between malloc()/free() and new/delete?
No Answer is Posted For this Question
Be the First to Post Answer
How to allocate memory dynamically for a reference?
What is the difference between struct and class?
Why the usage of pointers in C++ is not recommended ?
What are raw sockets, where they are efficient?
What is a dangling pointer?
Explain working of printf?
What does int * mean in c++?
. 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?
how to swap two numbers with out using temp variable
12 Answers Global eProcure, TCS,
What is the full form of dos?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
Is c++ pass by reference or value?