A) Copy constructor
B) Default constructor
C) Friend constructor
D) Parameterized constructor
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Answer: option C)Friend constructor
Explanation: In c++ 3 types of constructor are there
1 Default constructor
2 Parameterized constructor
3 Copy constructor.
There is no friend constructor in C++.
Hence, the option C is right answer.