1.

What is the output of following program?

A. x = 2 count = 0x = 2.2 count = 0x = 2.2 count = 0
B. x = 2 count = 0x = 2 count = 0x = 2.2 count = 0
C. x = 2 count = 0x = 2 count = 1x = 2.2 count = 0
D. x = 2 count = 0x = 2 count = 1x = 2.2 count = 2
Answer» D. x = 2 count = 0x = 2 count = 1x = 2.2 count = 2


Discussion

No Comment Found