Timeline for Why does C provide both the comma operator and the semicolon to separate statements?
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2018 at 14:48 | comment | added | Basile Starynkevitch | No, the semicolon is separating statements, not part of them. | |
| Jun 17, 2018 at 14:17 | comment | added | gnasher729 | @BasileStarynkevitch ... if you add a semicolon. | |
| Jun 17, 2018 at 8:12 | comment | added | Basile Starynkevitch | (expression 1,expression 2,.......,expression n) is an expression, not just a statement. Of course every expression is also a statement | |
| Jun 17, 2018 at 5:01 | review | Late answers | |||
| Jun 17, 2018 at 14:07 | |||||
| Jun 17, 2018 at 4:46 | review | First posts | |||
| Jun 18, 2018 at 7:04 | |||||
| Jun 17, 2018 at 4:44 | history | answered | Keshav Bansal | CC BY-SA 4.0 |