Multiple choice Which of following operators returns true if the value of one operand is true? ! op ! op1 && op2 op1 || op2 None of these Reveal answer Fill a bubble to check yourself D Correct answer Explanation '||' operator returns true if the value of one operand is true.