Type Conversion
Type
conversion is done when the expression has variables of different data types
§Type conversion is used to convert a type of a variable into another data types.
§There are two types of Type conversion in Computer programming..
1)Implicit/Automatic conversion
2)Explicit/Forced conversion
§Implicit is a type conversion...