C++20 sections · 1024 units
Open in CourseQuiz: Memory Basics
Memory allocation
Quiz: Memory Basics
What happens if you use new without delete?
- A.The program crashes immediately
- B.Memory is automatically freed
- C.Memory leak occurs
- D.The compiler shows an error