Computer Science, asked by jyotsana76340, 4 months ago

what will happen if you change one data type into another​

Answers

Answered by Alanwalker67
3

Answer:

the answer is

Explanation:

Type casting refers to changing an variable of one data type into another. The compiler will automatically change one type of data into another if it makes sense. For instance, if you assign an integer value to a floating-point variable, the compiler will convert the int to a float.

Similar questions