Expressions and Statements in C
Expression
A combination of operands and operators that produces a value is called an expression.
More examples:
Statement
A statement is a complete instruction in C that performs an action. Most statements end with a semicolon (;).
Types of Statements
Declaration Statement — creates a variable:{}: