Definition
Type of instruction that causes the program to perform some action. Common type of instructions in C++ programs
Traits
- Most of them ends with semicolon (;)
- Multiple types of statements ;
- Declaration statements
- Jump statements
- Expression statements
- Compound statements
- Selection statements (conditionals)
- Iteration statements (loops)
- Try blocks