What's the difference between type casting and type conversion?
Answers
Answered by
3
The two terms “type casting” and “type conversion” occur when there is a need to convert one data type to another. ... However there is a basic difference between type conversion and type casting i.e. type conversion is done “automatically” by compiler whereas, type casting is to be “explicitly done” by the programmer....hope it may help you.....
Similar questions