ICSE Class 10 Computer Applications
Question 5 of 30
Solved Sample Paper 2 — Question 5
Back to all questions 5
Question Question 1(v)
The statement (1 > 0) || (1 < 0) evaluates to
- 0
- 1
- false
- true
true
Reason — Logical OR operator returns true when even one of the conditions is true. Here condition (1 > 0) is true. Thus, the OR operator results in true.