MCQOPTIONS
Saved Bookmarks
| 1. |
Predict the output of following C++ program #include using namespace std; class Empty {}; int main() { cout |
| A. | a non zero value |
| B. | 0 |
| C. | compile time error |
| D. | runtime error |
| Answer» B. 0 | |