Programming Tools Guide
Chapter 3, C language compiler

Expression statement

Expression statement

   expression;
The expression is executed for its side effects, if any (such as assignment or function call).