Is it possible to pass an object of the same class in place of object reference to the copy constructor?


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

Post New Answer

More C++ General Interview Questions

What return value must conversion operators have in their declaration?

0 Answers  


what is an array

20 Answers  


Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?

0 Answers  


Can we overload operator in c++?

0 Answers  


Describe private, protected and public?

0 Answers  


What are the various compound assignment operators in c++?

0 Answers  


Can you Mention some Application of C/C++?

0 Answers  


Describe the main characteristics of static functions?

1 Answers  


What is constructor c++?

0 Answers  


What is a volatile variable in c++?

2 Answers  


#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

1 Answers   Infosys,


What is the difference between std::vector and std::list

1 Answers  


Categories