Answer Posted / pushpankar mishra
malloc need type casting where as the new operator does not
require this incase if it is character type then char* is
needed in malloc where as for new we do not need this
Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
How do you explain polymorphism?
What is class and example?
What is the significance of classes in oop?
What is the difference between procedural programming and oops?
What is a null tree?
2. Give the different notations for the class.\
What is destructor give example?
What is pure oop?
Explain the advantages of inheritance.
Can you inherit a private class?
What is the renewal class?
c++ program to swap the objects of two different classes
write a programe to calculate the simple intrest and compund intrest using by function overlading
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is difference between polymorphism and inheritance?