1.

The following loop in ‘C’:int i=0;While(i++

A. will terminate
B. will go into an infinite loop
C. will give compilation error
D. will never be executed
Answer» C. will give compilation error


Discussion

No Comment Found