what is data abstraction in C++?
What is a rooted hierarchy?
Is set c++?
How should a contructor handle a failure?
Explain storage qualifiers in c++.
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
What is endl?
Can we inherit constructor in c++?
Distinguish between a # include and #define.
What is abstraction in c++ with example?
What does #define mean in c++?
What are the advantages of using const reference arguments in a function?
What are pointers used for c++?