Explain realloc()?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online C++ New And Delete Job Interview Questions And Answers