Given
!=
==
&&
which are used within one conditional clause, how can I find out which one will be evaluated first ?
e.
if(c==a!=b&&c!=b)
//dosomething
Thank you
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 15 of 23
Thread: WHich one is evaluated firstThreaded View
|
Click Here to Expand Forum to Full Width |