Explain the difference between new() and malloc() in c++?


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

Post New Answer

More C++ General Interview Questions

What is c++ w3school?

0 Answers  


Is c++ primer good for beginners?

0 Answers  


an integer constant must have atleast one a) character b) digit c) decimal point

0 Answers  


What is c++ hiding?

0 Answers  


What are different types of polymorphism supported by C++

2 Answers   CA, GameLoft,


what is pre-processor in C++?

0 Answers  


How the endl and setw manipulator works?

0 Answers  


What are the five types of inheritance in C++?

1 Answers  


Write about the local class and mention its use?

0 Answers  


List out some of the object-oriented methodologies?

1 Answers  


What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;

4 Answers   Lehman Brothers,


List different attributes in C++?

0 Answers   Ericsson,


Categories