Multiple choice Which of the following conversions is known as user-defined type conversion in C++? Explicit type conversion Implicit type conversion Type promotion conversion None of these Reveal answer Fill a bubble to check yourself A Correct answer Explanation This type of conversion is also called as user-defined type conversion as it is explicitly performed by user.