

MCQOPTIONS
Saved Bookmarks
1. |
What would be the output of the following C++ program if the given input is |
A. | 0 2 3 1 4 |
B. | 0 3 2 4 1 |
C. | 0 2 3 4 1 |
D. | 0 3 2 1 4View Answer |
Answer» C. 0 2 3 4 1 | |