How new/delete differs from malloc()/free?


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

Post New Answer

More C++ General Interview Questions

Explain Memory Allocation in C/C++ ?

0 Answers   Infosys,


what do you mean by volatile variable?

0 Answers  


I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.

0 Answers  


Discussion on error handling of C++ .

0 Answers  


Is there any problem with the following: char *a=NULL; char& p = *a;?

1 Answers  






advantages and disadvantages of using Borland C++ / version 5.

1 Answers  


write a C++ programming using for loop: * * * * * * * * * *

4 Answers   TCS,


what is object?

7 Answers  


How important is c++?

0 Answers  


What is the best way to take screenshots of a window with c++ in windows?

0 Answers  


What are the comments in c++?

0 Answers  


Why #include is used?

0 Answers  


Categories