Match the following terms and their definitions.
Writing the first C++ program
C++ terms matching
Report a typo
Match the items from left and right columns
Literals
Statement
Keyword
Program
fixed values that are directly written into the code.
a word that has a special meaning in the programming language (include, return, and many others). These words cannot be used as variable names for your own program;
a single action (like print a text) terminated by semi-colon (;).
a sequence of instructions (statements), which are executed one after another in a predictable manner.
___
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.
Create a free account to access the full topic
By continuing, you agree to the JetBrains Academy Terms of Service as well as Hyperskill Terms of Service and Privacy Policy.