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
Which is better struts or spring?
What is multilevel inheritance explain with example?
How to improve object oriented design skills?
What is polymorphism and its types?
Is react oop?
How to use CMutex, CSemaphore in VC++ MFC
What is overloading and its types?
Write a program to reverse a string using recursive function?
Why interface is used?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is the importance of oop?
What are the data types in oop?
State what is encapsulation and friend function?
How to hide the base class functionality in Inheritance?