𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟@programming.dev to Programmer Humor@programming.dev · 2 年前i++programming.devimagemessage-square24fedilinkarrow-up1136arrow-down11
arrow-up1135arrow-down1imagei++programming.dev𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟@programming.dev to Programmer Humor@programming.dev · 2 年前message-square24fedilink
minus-squaremfz@kbin.sociallinkfedilinkarrow-up2·2 年前In C you can group expressions within ( and ) separated with ,. Expressions are evaluated in order and the last expression in the group is the returned value of the group.
In C you can group expressions within
(
and)
separated with,
. Expressions are evaluated in order and the last expression in the group is the returned value of the group.