Computer Science, asked by inzela5958, 6 months ago

Differences between implicit and explicit types of conversion

Answers

Answered by hbansal651
0

Answer:

Type casting is the process of converting one data type to another. 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.

PLEASE MARK AS BRAINLIST ANSWER

Answered by RizaTwinkle
2

Answer:

Answer:1.Implicit conversion is used to convert(or store) a value of lower data type into a larger datatype,

User intervision is not necessary,

3.Does not result in loss of data,

Whereas,

1.Explicit conversion is used to conver a value of higher datatype into a lower datatype value,

2.User intervision is necessary.

#Sofiiirizz... ❤

Similar questions