

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of this program?
|
A. | {0, 1, 3, 4, 5} |
B. | {0, 1, 3, 4} |
C. | {1, 3, 4, 5} |
D. | {0, 1, 3, 4, 5, 6} |
E. | None of these |
Answer» B. {0, 1, 3, 4} | |