Can we provide one default constructor for our class?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ Interview Questions

What is an abstract class in C++

0 Answers   SwanSoft Technologies,


Identify the error in the following program. #include<iostream.h> void main() { int i = 0; i = i + 1; cout « i « " "; /*comment *//i = i + 1; cout << i; }

1 Answers  


In C++ what is the meaning of data hiding?

0 Answers   Aricent,


What is the meaning of the following declaration: int *const *const *i?

0 Answers   Adobe,


How does stack look in function calls? When does stack overflow? What can you do to remedy it?

0 Answers   Adobe,






In C++ what do you mean by Inheritance?

0 Answers   Accenture,


What is an algorithm (in terms of the STL/C++ standard library)?

0 Answers   Amazon,


If class D is derived from a base class B

0 Answers  


How do you work around them?

0 Answers   Amazon,


What are the different scope C++ provide ?

0 Answers   Amdocs,


Identify the error in the following program. include<iostream> using namespace std; void main() { int num[]={1,2,3,4,5,6}; num[1]==[1]num ? cout<<"Success" : cout<<"Error"; }

1 Answers  


Write a C++ Program to Display Number (Entered by the User).

1 Answers  


Categories