Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
Can anyone help me with this "if" condition please?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Keith Thompson, post: 3783679"] [i] Order of evaluation has very little to do with this. [...] No, the order of evaluation is unspecified. An operation may only be evaluated after its operands have been evaluated, and sequence points impose some more constraints; other than that, the language deliberately does not specify order of evaluation. In this case, though, the order in which the operands are evaluated is irrelevant to the final result. Operator precedence (which is expressed indirectly in the grammar) controls which operator applies to which operand(s); it doesn't specify ordering. [...][/i] [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
Can anyone help me with this "if" condition please?
Top