MCQOPTIONS
Saved Bookmarks
| 1. |
What would happen when the following is compiled and executed. Select the one correct answer. |
| A. | The program compiles and prints y is 1 when execute |
| B. | The program compiles and prints y is 0 when execute |
| C. | The program does not compile complaining about y not being initialize |
| D. | The program compiles and prints y is 2 when execute |
| Answer» D. The program compiles and prints y is 2 when execute | |