ANIMATE 2025 is here! 2D/3D animation hackathon using Synfig Studio and Blender. For more details, Click here!

Primitive type conversions - English

20106 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.