MCQOPTIONS
Saved Bookmarks
| 1. |
Output of following program? #include using namespace std; class Point { Point() { cout |
| A. | compile time error |
| B. | run time error |
| C. | constructor called |
| Answer» B. run time error | |