What are the differences between new and malloc?


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

Post New Answer

More C++ General Interview Questions

What will happen if when say delete this ?

7 Answers  


What is pointer -to-members in C++? Give their syntax?

0 Answers   Honeywell, Zomato,


implement stack using stack.h headerfile functions

1 Answers   Exilant, GMG, Subex, University,


How do you compile the source code with your compiler?

0 Answers  


What is the benefit of encapsulation?

0 Answers  






Will a catch statement catch a derived exception if it is looking for the base class?

0 Answers  


What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack

0 Answers  


Why pointer is used in c++?

0 Answers  


Explain the differences between private, public and protected and give examples.

0 Answers  


Write a Program to find the largest of 4 no using macros.

0 Answers  


What is the difference between "calloc" and "malloc"?

9 Answers   ADP,


Define the operators that can be used with a pointer.

0 Answers  


Categories