Answer Posted / khadeer.k
realloc():
memory when gets decreased, we can allocate it with the
function called realloc().
free:
it is used to free the memory in the program.
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
What are the 4 pillars of oop?
What are the benefits of interface?
What is abstraction in oop?
What is abstraction encapsulation?
What is debug class?what is trace class? What differences are between them? With examples.
Is oop better than procedural?
How many human genes are polymorphic?
What is the purpose of enum?
What is polymorphism oop?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What are constructors in oop?
What is difference between polymorphism and inheritance?
What is overloading and its types?
What is cohesion in oop?
Why interface is used?