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

Where Malloc(), Calloc(), and realloc() does get memory?

0 Answers  


What is a sequence in c++?

0 Answers  


What is stack unwinding?

0 Answers  


Is there any function that can skip certain number of characters present in the input stream?

0 Answers  


What is a float in c++?

0 Answers  






What relational operators if statements in c++?

0 Answers  


class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected

3 Answers   Quark,


Why is c++ difficult?

0 Answers  


Design a program to input a date from user in the form day/month/year (e.g. 2/6/2000) and report whether it’s a valid date or not. The program should take account of leap years. You will need to know that a leap year is a year that is exactly divisible by 4, except that century years are only leap years if they are divisible by 400.

1 Answers  


When should overload new operator on a global basis or a class basis?

0 Answers  


what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?

0 Answers  


How is c++ different from java?

0 Answers  


Categories