Computer scienceProgramming languagesC++Getting started with C++

Writing the first C++ program

C++ terms matching

Report a typo

Match the following terms and their definitions.

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.
___

Create a free account to access the full topic