English, asked by Anonymous, 1 year ago

What do you mean by type casting? I mean explicit type?? ​

Answers

Answered by rishu1888
5

Answer:

special programming instruction which specifies what data type to treat a variable as (or an intermediate calculation result) in a given expression. Casting will ignore "extra" information (but never adds information to the type being casted).

Answered by skb08091997
6

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

Similar questions