Computer Science, asked by salineythomas7928, 11 months ago

What is the difference between implicit & explicit type casting? Give one example of each.

Answers

Answered by shantanukumar6577
0

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