Multiple choice

Which of the following conversions is known as user-defined type conversion in C++?

  1. Explicit type conversion

  2. Implicit type conversion

  3. Type promotion conversion

  4. 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.