Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

Primitive type conversions - English

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