[cfe-dev] Confusion on interpretations

Devchandra L Meetei dlmeetei at gmail.com
Thu May 16 10:51:13 PDT 2013


SUppose if We have
t = 128;
n = 3;
while ( n >= 4 && ((t = 7) & 0x80) == 0 )

why t is 128 after the loop. As we learnt that parentheses has highest
priority.
Won't in this case t be 7. why the value is still 128?

-- 
Warm Regards
--Dev
OpenPegasus Developer/Committer

(\__/)
(='.'=) This is Bunny. Copy and paste bunny
(")_(") to help him gain world domination.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20130516/e864799d/attachment.html>


More information about the cfe-dev mailing list