Q. If the copy constructor receives its arguments by value, the copy constructor would (A) call oneโargument constructor of the class (B) work without any problem (C) call itself recursively (D) call zeroโargument constructor ๐๏ธ Show Answer ๐ฌ Discuss ๐ Share โกMenu โ Correct Answer: (C) call itself recursively