Type Casting in C

Type Casting in C

Type Casting in C with examples

Typecasting allows us to convert one data type into other. In C language, we use cast operator for typecasting which is denoted by (type).

Syntax: