2012年8月18日

运算符的优先级问题

摘要: Using procedure rules, evaluate the following expressions and determine the value ofthe variable(without running the code).Also rewrite them using parenthesis to make theorder explicit.Assume (x=0xFF33,MASK=0xFF00) Expression: c=x&MASK==0;Assume(x=10,y=2,z=2).Expression:z=y=x+-+++y*2;Assume(x=10 阅读全文

posted @ 2012-08-18 10:30 micky.zhou 阅读(210) 评论(0) 推荐(0) 编辑

导航