Q. Output of following program?#include<iostream> using namespace std; class Point {Point() { cout <<"Constructor called"; }};int main(){Point t1; return 0;} (Solved)
1. compile time error
2. run time error
- a. compile time error
1. compile time error
2. run time error