

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of this program?
|
A. | {D=4, E=5, F=6} |
B. | {D, E, F} |
C. | {E=5, F=6} |
D. | Runtime Error |
E. | Compilation Error |
Answer» B. {D, E, F} | |