Answer Posted / eswaramoorthy
realloc() is use to reset already allocated memory size.
free() is use to destroy already allocated memory size.
| Is This Answer Correct ? | 26 Yes | 3 No |
Post New Answer View All Answers
explain sub-type and sub class? atleast u have differ it into 4 points?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is variable example?
What is encapsulation example?
what is difference between class template and template class?
What is the benefit of oop?
Why is abstraction used?
What is constructor in oop?
Why do we need polymorphism in c#?
Why interface is used?
Why is polymorphism important in oop?
What is class encapsulation?
Write a program to reverse a string using recursive function?
What polymorphism means?
What is difference between multiple inheritance and multilevel inheritance?