1.

Consider the following program main ( ) { float a = 0.5, b = 0.7; if (b < 0.8) if (a < 0.5) printf (“ABCD”); else printf (“PQR”); else printf (“JKLF); } The output is

A. ABCD
B. PQR
C. JKLF
D. None of these
Answer» C. JKLF


Discussion

No Comment Found