Answer Posted / fathimath fahima j
free :
#include <cstdlib>
Void free (void *ptr);
Free() function returns the memory
Pointed to by ptr to the heap.
Realloc :
#include<cstdlib>
Void *realloc(void *ptr,size_t size);
The realloc function changes the size of
the previously allocated memory pointed to by ptr to dat specified by size.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the benefits of polymorphism?
Whats oop mean?
What is abstract class in oops?
#include
Get me a number puzzle game-program
What are the 3 principles of oop?
can we make game by using c
What is the point of polymorphism?
What is object and class in oops?
what type of questions
How do you achieve runtime polymorphism?
What is encapsulation selenium?
Can an interface inherit a class?
What does oop mean in snapchat?
What is static modifier?