Expressions vs. Statements


Expressions and Statements have different semantics, i.e., they play different roles in a language. It is important to know the difference when studying programming languages.

Expressions

Statements


So what?


What about C?