Computer Science, asked by vandasunal1234, 2 months ago

state the difference between implicit and explicit data type​

Answers

Answered by biswaspami455
0

Answer:

  • Implicit casting doesn't require a casting operator.
  • This casting is normally used when converting data from smaller integral types to larger or derived types to the base type. ... 

  • Explicit casting requires a casting operator.
  • This casting is normally used when converting a double to int or a base type to a derived type.
Answered by meghareka27
1

Answer:

Implicit Conversion

  • Implicit Conversion is done automatically.
  • In Implicit conversion, no data loss take place

Explicit Conversion

  • Explicit Conversion is done programatically
  • In explicit conversion, data loss may or may during the data conversion.
Similar questions