Multiple choice Which of the following variables can be used as an argument to copy constructor? Static variable Pointer variable Reference variable new delete Reveal answer Fill a bubble to check yourself C Correct answer Explanation This variable can be used as an argument to the copy constructor as argument can only be passed by reference in a copy constructor.