1.

A program module is given below with various steps involved, which starts with the value of a, b, c as 1, 2, 3 respectively. These volues remain unchanged till step 1. The program is executed with the help of following operators. "Milan 2(P)"=Pxx2 "Milaap 2 (P)"=P+2 and b=a means the value of a is assigned to b. START Step 1. Read (a, b, c) Step 2. Milan 2(a) Step 3. Milaap 2(b) Step 4. c=a+b Step 5. If, c gt 111, then go to step 6 else go to step 2. Step 6. STOP How many times in the above program does c take a perfect square value ?

Answer»

1
2
0
none of these

Answer :D


Discussion

No Comment Found