Type Conversion
Type Conversion
Type Conversions
• int m;
float x=3.1415;
m=x;
converting one form of data into another form
Automatic Type Conversion
• Automatic type conversion by the C++ compiler from the type that
doesn’t fit, to the type it wants