

MCQOPTIONS
Saved Bookmarks
1. |
What is the output of this program?
class Output { public static void main(String args[]) { int x=y=z=20; } } |
A. | Compile and runs fine |
B. | 20 |
C. | Run time error |
D. | Compile time error |
Answer» E. | |