What happens when a copy constructor is called in c++?
Answers
Answered by
0
Answer:
C2 because positive are two times so C2
Explanation:
a Copy Constructor may be called in following cases: 1. When an object of the class is returned by value. ... When an object of the class is passed (to a function) by value as an argument.
Similar questions