What must the source file include so it can use std::cout?
std::cout
The compiler option -o greetings inside the source file
-o greetings
At least one multi-line comment before every statement
The standard iostream header
iostream
The compiled greetings executable
greetings