what will happen if you change one data type into another
Answers
Answered by
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