Computer Science, asked by rahulkumarsingh46781, 1 year ago

What do you call when a data type is converted automatically to another data type?

Answers

Answered by isiddagangajkd
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