C++20 sections · 1024 units
Open in CourseQuiz: First Program
Program structure
Quiz: First Program
What does the #include <iostream> line do in a C++ program?
- A.Creates a new input stream
- B.Defines the main function
- C.Includes the input/output library
- D.Compiles the program