Technically there is no such thing as a boolean in C. Operators which you believe retrn a boolean value such as == or > actually return a signed integer value. All operators that act on 'boolean'...