C Language / Type ConversionConverting / Changing one data type to other is called as Type Conversion. It is of 2 Types. They were1. Implicit Type Conversion / type promotion. 2. Explicit Type Conversion / type casting. Implicit Type Conversion It is performed automatically by the compiler which converts all operands into the data type of the largest operand without programmer’s intervention
Explicit Type Conversion It is performed by the programmer using the programming instructions.
|