2014年1月3日

Operator precedence rules in C

摘要: Operator precedence rulesOperatorsOrder of evaluationRemarks[] ( ) ->Left to rightArray subscript, function call− + sizeof( ) ! ++ −−& * ~ (cast)Right to leftUnary* / %Left to rightBinary Multiplicative+ -Left to rightBinary Additive>> >=Left to rightRelational operators== !=Left to 阅读全文

posted @ 2014-01-03 20:30 Shawn X.Y. Bai 阅读(250) 评论(0) 推荐(0)

导航