Answer Posted / pratik bokade
✨Free() method is used to dynamically de-allocate the memory.
Syntax: Free(Ptr);
✨Realloc() or reallocation method is used dynamically changed the memory allocation of a previously allocated memory.
Syntax : Ptr=Realloc(Ptr, new size);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
can we make game by using c
What is inheritance in oop?
Explain virtual inheritance?
What is abstraction with example?
Can abstract class have normal methods?
Are polymorphisms mutations?
what's the basic's in dot net
What are the three main types of variables?
What is oops?what is its use in software engineering?
write a program to find 2^n+1 ?
What is class and object with example?
what is different between oops and c++
Whats is abstraction in oops?
What are benefits of oop?
Why is destructor used?