Guest
#1393371
Not sure where to look it up: in order to save a few cycles of precious processing time, I need to have the less expensive expression evaluated first; apparently, C does not specify an order. I thought it was from right to left but I'm not sure. if(expr1 && expr2)