C++20 sections · 1024 units
Open in CourseQuiz: Code documentation
Code documentation
Check Your Understanding
What is the purpose of comments in code?
- A.To make the program run faster
- B.To explain code to humans without affecting execution
- C.To declare variables
- D.To print debug information