Computer Science, asked by anvitanu, 10 months ago

What is type casting?​

Answers

Answered by arifphysicist
4

Answer:

Explanation:

Typecasting. Typecasting, or type conversion, is a method of changing an entity from one data type to another. It is used in computer programming to ensure variables

Answered by almirza1
2
Explanation

DescriptionIn computer science, type conversion, type casting, type coercion, and type juggling are different ways of changing an expression from one data type to another. An example would be the conversion of an integer value into a floating point value or its textual representation as a string, and vice versa.
Similar questions