Node: Statements, Next: Expressions, Previous: Structures variables and declarations, Up: Writing style
This is wrong:
|
| x = 3; x = 4; |
return
without argument, like continue and break, MUST NOT be
separated from the following semicolon by a whitespace.
return statement takes an argument, this argument
MUST NOT be enclosed in parenthesis.
This is wrong:
|
| return 0; |
goto statement MUST NOT be used.