1.

Consider the following code snippet.What will happen when the above snippet is executed?

A. The code will be executed successfully and no output will be generated
B. The code will be executed successfully and random output will be generated
C. The code will show a compile time error
D. The code will run for some time and stop when the stack overflows
Answer» E.


Discussion

No Comment Found