Q:

Consider the following program fragment

if(a > b)if(b > c)s1;else s2;

s2 will be executed if
(A) a <= b(B) b > c
(C) b >= c and a <= b(D) a > b and b <= c

ISRO

All Replies

Viewing 1 replies (of 1 total)

Viewing 1 replies (of 1 total)

  • You must be logged in to reply to this topic.