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
What are the 3 principles of oop?
How to use CMutex, CSemaphore in VC++ MFC
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
Why do we use polymorphism?
What are the three parts of a simple empty class?
Which type does string inherit from?
Which method cannot be overridden?
What is abstraction and encapsulation?
What is object-oriented programming? Webopedia definition
Where is pseudocode used?
What is overriding in oops?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Write A Program to find the ambiguities in Multiple
Inheritance? How are they
resolved.(Virtual Functions)
Why do we use polymorphism in oops? What is encapsulation and abstraction? How are they implemented in C++?