📚 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?
- unalloc()
- dropmem()
- dealloc()
- release()
- free()