

MCQOPTIONS
Saved Bookmarks
1. |
Choose a correct statement regarding C Comparison Operators. |
A. | (x == y) Is x really equal to y. |
B. | (x < y) Is x less than y |
C. | (x <= y) Is x less than or equal to y. |
D. | All the above |
Answer» E. | |