1.

Which operator group has higher priority between (>, >=, <, <=) and (==, !=)?

A. (>, >=, <, <=) has lower priority (==, !=)
B. (>, >=, <, <=) has higher priority (==, !=)
C. (>, >=, <, <=) has equal priority with (==, !=)
D. None of the above
Answer» C. (>, >=, <, <=) has equal priority with (==, !=)


Discussion

No Comment Found