What new()is different from malloc()?


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

Post New Answer

More C++ General Interview Questions

What are proxy objects in c++?

0 Answers  


Define a conversion constructor?

0 Answers  


How does a copy constructor differs from an overloaded assignment operator?

0 Answers  


int *p = NULL; printf("%1d",p) ; what will be the output of this above code?

3 Answers   Microsoft,


Why do we use setw in c++?

0 Answers  






What is using namespace std in c++?

0 Answers  


What does I ++ mean in c++?

0 Answers  


What's the order in which the objects in an array are destructed?

0 Answers  


What are the benefits of operator overloading?

0 Answers  


What are the various compound assignment operators in c++?

0 Answers  


Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].

0 Answers  


What do you mean by stack unwinding in c++?

0 Answers  


Categories