Synopsis: | The comma operator must be used only within a for statement or within macros. |
Language: | C |
Severity Level: | 5 |
Category: | EXPRESSIONS |
Description: |
In expression statements, the comma operator can always be avoided by splitting the statement and using semicolon to make the sequence of evaluation explicit. |