𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟@programming.dev to Programmer Humor@programming.dev · 1 year agoi++programming.devimagemessage-square31fedilinkarrow-up1320arrow-down12
arrow-up1318arrow-down1imagei++programming.dev𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square31fedilink
minus-squareBarzaria@lemmy.dbzer0.comlinkfedilinkarrow-up5·1 year agoPlease explain in less detail to help me understand, internet friend.
minus-squaremfz@kbin.sociallinkfedilinkarrow-up4·1 year agoIn 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.
Please explain in less detail to help me understand, internet friend.
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.