Section 1.6 Word Matching Exercise
Console
Keywords
Comment
Line Comment
Directive
Statement Terminator
Paragraph Comment
is preceded by two slashes. | |
is enclosed between /* and */. | |
refers to the text entry and display device of a computer. | |
are reserved words, have a specific meaning to the compiler and cannot be used for other purpose. | |
is for documenting a program. | |
is the semicolon (;). Every statement in C++ must end with a semicolon. | |
gives an instruction to the compiler. It begins with the pound sign (#). |