𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟@programming.dev to Programmer Humor@programming.dev · 3 years agoi++programming.devimagemessage-square34linkfedilinkarrow-up1330arrow-down13
arrow-up1327arrow-down1imagei++programming.dev𝕊𝕚𝕤𝕪𝕡𝕙𝕖𝕒𝕟@programming.dev to Programmer Humor@programming.dev · 3 years agomessage-square34linkfedilink
minus-squaremfz@kbin.sociallinkfedilinkarrow-up5·3 years 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.
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.