Programming (C/C++)

Casual Mode - Take your time!

1 / 25
Correct
0
Incorrect
0
Score
0%
Multiple Choice

With every use of a memory allocation function, what function should be used to release allocated memory which is no longer needed?

  1. unalloc()
  2. dropmem()
  3. dealloc()
  4. release()
  5. free()
Change Mode