C++20 sections · 1024 units
Open in Course

Quiz: Full Review

Knowledge check

Check Your Understanding

Which of the following is true about RAII?

  1. A.Resources are acquired in the destructor and released in the constructor
  2. B.RAII only applies to file handles, not memory
  3. C.Resources are acquired in the constructor and released in the destructor
  4. D.Resources must be manually released using cleanup functions
Start the roadmap to answer the quizzes and solve the challenges