Computer Science, asked by Vish2903, 8 months ago

Difference between type checking and type conversion

Answers

Answered by Anonymous
1

Answer:

The basic difference between type conversion and type casting, i.e. type conversion is made “automatically” by compiler whereas, type casting is to be “explicitly done” by the programmer. The two terms “type casting” and “type conversion” occur when there is a need to convert one data type to another.

Answered by Anonymous
1

Answer:

Type checking- checking a given type with another

Type conversion- converts a type from one to another

Explanation:

hope it helps.....please mark me as a brainliest

Similar questions