What is difference between malloc()/free() and new/delete?
No Answer is Posted For this Question
Be the First to Post Answer
What is this pointer in c++?
Should the member functions which are made public in the base class be hidden?
What is name hiding in c++?
Describe the advantage of an external iterator.
write a porgram in c++ that reads an integer and print the biggest digit in the number
Why is standard template library used?
Write a recursive program to calculate factorial in c++.
Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.
What do you mean by late binding?
What methods can be overridden in java?
What is the difference between struct and class?
How is new() different from malloc()?