What is difference between malloc()/free() and new/delete?


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

Post New Answer

More C++ General Interview Questions

What is an Object/Instance?

1 Answers  


Are vectors faster than arrays?

0 Answers  


Explain the isa and hasa class relationships.

0 Answers  


Describe the role of the c++ in the tradeoff of safety vs. Usability?

0 Answers  


declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator

0 Answers  






What does it mean to declare a member function as static?

0 Answers  


What about Virtual Destructor?

1 Answers   Virtusa,


Explain dangling pointer.

0 Answers  


When should we use multiple inheritance?

0 Answers  


What is an action class?

1 Answers  


Why ctype h is used in c++?

0 Answers  


Find the second maximum in an array?

12 Answers   HCL,


Categories