what is explicit type conversions
Answers
Answered by
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
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