Answers

Question and Answer:

  Home  C++ New And Delete

⟩ Explain realloc()?

An existing block of memory which was allocated by malloc() subroutine, will be freed by free() subroutine. In case , an invalid pointer parameter is passed, unexpected results will occur. If the parameter is a null pointer, then no action will occur.

 267 views

More Questions for you: