Computer Science, asked by SusanV, 1 month ago

Explain the term " Type Casting"​

Answers

Answered by Anonymous
4

Answer:

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 are correctly processed by a function.

Explanation:

hope it helps you✌

Answered by RankStarz
8

ᗩᑎՏᗯᗴᖇ

Type casting is when you assign a value of one primitive data type to another type. In Java, there are two types of casting: Widening Casting (automatically) - converting a smaller type to a larger type size.

Similar questions