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
write a program to find 2^n+1 ?
What does oop mean in snapchat?
What is persistence in oop?
Why do we use encapsulation in oops?
How to call a non virtual function in the derived class by using base class pointer
What is the difference between a constructor and a destructor?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
write knight tour problem which is present in datastructure
What is the main purpose of inheritance law?
What does <> mean pseudocode?
What causes polymorphism?
What is use of overloading?
Is enum a class?
What is balance factor?
What is the difference between procedural programming and oops?