Type conversion (also known as type casting) in C refers to converting a variable from one data type to another. C supports two types of type conversion: Implicit Type Conversion …
Tag:
Type conversion (also known as type casting) in C refers to converting a variable from one data type to another. C supports two types of type conversion: Implicit Type Conversion …