Where does execution begin in a basic C++ program?
At the .cpp filename extension
.cpp
At the first std::cout expression
std::cout
At the directive that includes the iostream header
iostream
At the main() function
main()