C++20 sections · 1024 units
Open in Course

Quiz: First Program

Program structure

Quiz: First Program

What does the #include <iostream> line do in a C++ program?

  1. A.Creates a new input stream
  2. B.Defines the main function
  3. C.Includes the input/output library
  4. D.Compiles the program
Start the roadmap to answer the quizzes and solve the challenges