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
Is this job good for future? can do this job post grduate student?
Why multiple inheritance is not possible?
How do you achieve polymorphism?
What is constructor overloading in oop?
What are the components of marker interface?
why reinterpret cast is considered dangerous?
What does <> mean pseudocode?
What are the three main types of variables?
Where is pseudocode used?
• What are the desirable attributes for memory managment?
What is overriding vs overloading?
Can private class be inherited?
Why do we use polymorphism in oops?
What is meant by multiple inheritance?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)