Report Bug
Qus : The result of a Relational operation is always
Qusएक Relational ऑपरेशन का परिणाम हमेशा होता है

A. Either True or False
B. is less than or is more than
C. is equal or less or more
D. All of the above


Solution
A. Either True or False



Explanation

Relational operators always yield a TRUE or FALSE result. Remember that a TRUE result evaluates to any non-zero value (often 1), while a FALSE result evaluates only to zero. Relational operators have a lower precedence than the arithmetic operators.




Report Bug