Consider the following code in a program:

if (a>b)

     if (b>c)

          s1;

     else

          s2;

s2 will be executed if:

1
a< = b
2
a > b and b< =c
3
b< =c and a< = b
4
b < c

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation