Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Latest commit

 

History

History
3 lines (2 loc) · 300 Bytes

type_casting.md

File metadata and controls

3 lines (2 loc) · 300 Bytes

Type casting (type conversion, type coercion)

Type conversion (or typecasting) means transfer of data from one data type to another. Implicit conversion happens when the compiler automatically assigns data types, but the source code can also explicitly require a conversion to take place.