MCQOPTIONS
Saved Bookmarks
| 1. |
Output of following program?#includeusing namespace std;class Point { Point() { cout |
| A. | Compiler Error |
| B. | Runtime Error |
| C. | Constructor called |
| D. | None of the above |
| Answer» B. Runtime Error | |