Computer Science, asked by shivaayu5250, 1 year ago

What is type conversion

Answers

Answered by pallavi310
3

Answer:

In computer science, type conversion or typecasting refers to changing an entity of one datatype into another. There are two types of conversion: implicit and explicit. The term for implicit type conversion is coercion. Explicit type conversion in some specific way is known as casting. Explicit type conversion can also be achieved with separately defined conversion routines such as an overloaded object constructor.

Answered by apinderkaur08
0

Answer:

They are different ways of changing an expression from one data to another

Similar questions