Q. Which function is used to deallocate memory in C?

  • (A) delete()
  • (B) free()
  • (C) remove()
  • (D) dealloc()
πŸ’¬ Discuss
βœ… Correct Answer: (B) free()
Explanation: free() is used to deallocate dynamically allocated memory in C.
Explanation by: Mr. Dubey
free() is used to deallocate dynamically allocated memory in C.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
68
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
88%
Success Rate