4 ms·
On C language an expression which evaluates to any non-zero value is considered as True. So for example this kind of statement would not likely behave as intend
by Tervis 7y ago
On C language an expression which evaluates to any non-zero value is considered as True. So for example this kind of statement would not likely behave as intended:
if (TRUE == expression)
{
...
}
- Koshkin 7y agoI have refused to hire people who did this. (FALSE, too, even though it is safer.)