What are issues if we mix new and free in C++?


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

Post New Answer

More C++ Interview Questions

What are the major differences between C and C++?

0 Answers   Amazon,


Can we call a virtual function from a constructor?

1 Answers  


Explain what happens when an exception is thrown in C++.

0 Answers   Amazon,


How to run C++ program in cmd

0 Answers  


There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?

0 Answers   Alter,






Write a C++ Program to Display Number (Entered by the User).

1 Answers  


In C++ what is a vtable and how does it work?

0 Answers   Agilent,


What are Agilent PRECOMPILERS?

0 Answers   Agilent,


Can we use THIS Pointer in static function – Reason in C++?

0 Answers  


Execute the qsort () in c/sort() in c++ library or your own custom sort which will sort any type of data on user defined criteria.

0 Answers   Adobe,


What's the value of the expression 5["abxdef"]?

0 Answers  


What is partial specialization or template specialization?

0 Answers   Amazon,


Categories