MCQOPTIONS
Saved Bookmarks
| 1. |
Predict the output of the following program: #include<iostream.h> Class Green { int x; } int main() { Green g; cout < return0; } |
| A. | Runtime Error |
| B. | 0 |
| C. | Compiler Error |
| D. | Garbage Value |
| Answer» D. Garbage Value | |