Answers

Question and Answer:

  Home  C++ Programmer

⟩ Explain void free (void* ptr)?

This function is used to deallocate a block of memory that was allocated using malloc(), calloc() or realloc(). If ptr is null, this function does not doe anything.

 241 views

More Questions for you: