Primitive type conversions - English

17748 visits



Outline:

Primitive Type Conversion *define type conversion or type casting *higher order integer to lower order integer- Explicit type casting *program to show explicit type casting *common mistake in explicit type casting. *program to show common mistake in explicit type casting *lower order integer to higher order integer – Implicit type casting *program to show implicit type casting *char to integer *integer to char *program to show char to int type casting.