What do you mean by type casting? I mean explicit type??
Answers
Answered by
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
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
English,
8 months ago
Hindi,
8 months ago
Science,
1 year ago
Math,
1 year ago
World Languages,
1 year ago