1.

A possible output of the following program fragment is for (i=getchar();; i=get.char()) if (i==‘x’) break; else putchar(i);

A. mi
B. mix
C. mixx
D. none of the above
Answer» E.


Discussion

No Comment Found