engineering recuitment UKPSC Polytechnic Lecturer Mock Test 2024 Programming and Data Structure Programming in C
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