Posts by Igor • 113 points
1 post
-
11
votes2
answers299
viewsQ: C operator precedence table
In C why y = (y=2 , y+3) returns 5 if the + has priority over = and the ,?
1 post
11
votes2
answers299
viewsIn C why y = (y=2 , y+3) returns 5 if the + has priority over = and the ,?