Science, asked by yrajnish1316, 1 year ago

What is basic to class type conversion in c++?

Answers

Answered by AlokSingh111
1
A conversion produces a new value of some type from a value of a different type. Standard conversions are built into the C++ language and support its built-in types, and you can create user-defined conversions to perform conversions to, from, or between user-defined types
Similar questions