Comment Line
The statement which begins with symbols // is treated as comment. Therefore, the compiler ignores the complete line begining from the // character pair.
The character .cpp in hello tells the compiler that it is a C++ program. (Though, the extension is compiler dependent).