MCQOPTIONS
Saved Bookmarks
| 1. |
Note:Includes all required header filesusing namespace std;//Empty classclass test{}; int main(){ test testObj; cout<18.What will be the output of the following program? |
| A. | 5 5 10 10 |
| B. | Garbage garbage 10 10 |
| C. | 5 5 Garbage garbage |
| D. | Garbage garbage Garbage garbage |
| Answer» B. Garbage garbage 10 10 | |