Answer Posted / swati
In case of Malloc we need to specify the size of memory for
our data types. But in case of New we do not need to specify
the size.
Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Can a destructor be called directly?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What are main features of oop?
Can static class have constructor?
Can we create object of abstract class?
What is oops and its features?
What is oops with example?
What is class and example?
How do you define a class in oop?
State what is encapsulation and friend function?
What is the real life example of polymorphism?
What is the purpose of polymorphism?
What does and I oop mean in text?
Write a c++ program to display pass and fail for three student using static member function
What is object and example?