beejjorgensen / bgc

Beej's Guide to C Programming source
Other
467 stars 88 forks source link

fix issue with operator precedence #120

Closed amirkhaki closed 1 year ago

amirkhaki commented 1 year ago

because precedence of "=" is higher than ",", use of parentheses is necessary

beejjorgensen commented 1 year ago

I think the rule is that every untested line of code contains a bug. Thanks!