You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()


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

Post New Answer

More C++ General Interview Questions

simple c++ program for "abcde123ba" convert "ab321edcba" with out using string

5 Answers  


What are member functions used in c++?

0 Answers  


What happens if an exception is throws from an object's constructor and from object's destructor?

3 Answers   TCS,


What is an explicit constructor?

1 Answers  


If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?

0 Answers  






Check for Balanced Parentheses using Stack?

1 Answers  


Is c++ a float?

0 Answers  


Why is c++ is better than c?

0 Answers  


Which software is best for programming?

0 Answers  


Do we have private destructors?

12 Answers   Symphony, TCS,


What is the best c++ ide?

0 Answers  


What is the difference between a copy constructor and an overloaded assignment operator?

4 Answers   Belzabar, Citrix, Microsoft, Wipro,


Categories