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 FalseExplanation
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.