Consider the following program fragment
if(a > b) if(b > c) s1; else s2;
s2 will be executed if
Answer: D
No answer description available for this question.