πŸ“Š C Programming
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

πŸ‘οΈ
61
Total Visits
πŸ“½οΈ
11 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
99%
Success Rate