History, asked by Anonymous, 4 months ago

what is explicit type conversions​

Answers

Answered by IamSpecial
1

Explicit type conversion is a type conversion which is explicitly defined within a program (instead of being done by a compiler for implicit type conversion). It is defined by the user in the program. Before the conversion is performed, a runtime check is done to see if the destination type can hold the source value.

Answered by Anonymous
3

Answer:

Explicit type conversion is a type conversion which is explicitly defined within a program (instead of being done by a compiler for implicit type conversion). It is defined by the user in the program. Before the conversion is performed, a runtime check is done to see if the destination type can hold the source value.

Hope it's help you ❤️❤️

Similar questions