What do you call when a data type is converted automatically to another data type?
Answers
Answered by
0
It is known as Type casting. Datatypes are converted from one datatype to another. For example when we divide int by float result will be automatically converted to decimal(float)
Similar questions