1.

Predict the output of following code. Int f = 1, i =2; do {f* = i;}while (++i

A. 12
B. 5
C. 4
D. 24
Answer» B. 5


Discussion

No Comment Found