Computer Science, asked by anjaliyu2580, 9 months ago


implict and explict type conversion ​

Answers

Answered by RishiAEC
1

Answer:

The basic difference between implicit and explicit type casting is that implicit is taken care of by the compiler itself, while explicit is done by the programmer. ... This casting is normally used when converting a double to int or a base type to a derived type.

Similar questions