P
Q. Output of following program? #include<iostream> using namespace std; class Point { Point() { cout << "Constructor called"; } }; int main() { Point t1; return 0; }
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which type is best suited to represent the logical values?
Q. Identify the storage classes that have global visibility.
Q. In C language, a hexadecimal number is represented by writing
Q. Conversion of data type is called
Q. The function contain in the ios class to set flags
Q. Output of this program will be
Q. How many times a constructor is called in the life‐time of an object?
Q. Choose the correct statement:
Q. Which of the following is not a valid access specifier in C++?
Discusssion
Login to discuss.