what is data type conversion ?
Answers
Answered by
1
Answer:
type conversion or typecasting refers to changing an entity of one datatype into another. There are two types of conversion: implicit and explicit. ... Explicit type conversion can also be achieved with separately defined conversion routines such as an overloaded object constructor
Answered by
1
Answer:
data type conversion
In these languages, conversion refers to either implicitly or explicitly changing a value from one data type storage format to another, e.g. a 16-bit integer to a 32-bit integer. The storage needs may change as a result of the conversion, including a possible loss of precision or truncation.
hope it helps you.
please mark as brilliant.
Similar questions