📚 Practice Mode

Programming (C/C++)

Learn at your own pace with hints and detailed explanations

1 / 25
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()