1.

Determine the output of the given program.main(){int i = 8;while (i = 8){printf ("Getting out");i++;}}

A. Getting out is printed infinite times
B. Nothing is printed
C. Getting out is printed once
D. Getting out is printed 7 times
Answer» B. Nothing is printed


Discussion

No Comment Found