How is new() different from malloc()?


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

Post New Answer

More C++ General Interview Questions

Why c++ is so important?

0 Answers  


Evaulate: 22%5 a) 2 b) 4 c) 0

0 Answers  


Is turbo c++ free?

0 Answers  


How to declare a pointer to an array of integers?

0 Answers  


What are the data types in c++?

0 Answers  


Will the inline function be compiled as the inline function always? Justify.

1 Answers  


What do you mean by Stack unwinding?

1 Answers  


You want to link a c++ program to c functions. How would you do it?

0 Answers  


Should a constructor be public or private?

0 Answers  


The "virtual" specifier in a member function enables which one of the following? a) Monmorphism b) Late binding c) Metamorphism d) Solomorphism e) Inheritance

4 Answers   Quark,


What is a manipulator in c++?

0 Answers  


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

0 Answers  


Categories