Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
14.3 and do-while within logical-and operator
#1
Would the following example be compliant with rule #14.3?
Code:
do {
     // code..
} while ( (s8a < 10) && (s8a > 20) );  /* is && operator an essentially boolean controlling expression ? */
<t></t>


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)