C++
Programming and Technical
Programming
Technical
Difference between realloc() and free?
Read Solution (Total 1)
-
- realloc() means to resize the memory that has been dynamically allocated
free is called to free the memory that has been allocated against the object - 9 years agoHelpfull: Yes(1) No(0)
C++ Other Question