InterviewSolution
Saved Bookmarks
| 1. |
Which of these is returned by “greater than”, “less than” and “equal to” operators?(a) Integers(b) Floating – point numbers(c) Boolean(d) None of the mentioned |
|
Answer» Correct answer is (c) Boolean The best I can explain: All relational operators return a boolean value ie. true and false. |
|