Most statements are expression statements — usually assignments or
function calls.
A null statement is useful to carry a label just before
the } of a compound statement and to supply a null body to an
iteration statement such as a while
statement ([stmt.while]).