1.

In the following program how long will the for loop get executed?

A. The for loop would get executed only once
B. The for loop would not get executed at all
C. The for loop would get executed infinite times
D. The for loop would get executed 5 times
Answer» D. The for loop would get executed 5 times


Discussion

No Comment Found