Saved Bookmarks
| 1. |
A possible output of the following program fragment isfor (i=getchar();; i=get.char())if (i==‘x’) break;else putchar(i); (A) mi(B) mix(C) mixx(D) none of the above |
|
Answer» Correct option - (D) none of the above Explanation:- None of the above as it is wrong syntax. |
|