C++20 sections · 1024 units
Open in CourseQuiz: Memory cleanup
Memory cleanup
Check Your Understanding
Why is delete important?
- A.It makes code faster
- B.It is optional
- C.It deletes files
- D.It frees memory allocated with new, preventing leaks
Memory cleanup
Why is delete important?