Computer Science, asked by SHAILENDRA1506, 9 months ago

Difference between type checking and type conversion in compiler design

Answers

Answered by Anonymous
3

Explanation:

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:

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.

Similar questions