Type casting in C

Type casting In c, it permits the mixing of constants and variables of different data types in an expression. Typecasting is defined as the conversion of the datatype of one variable to another data type. There are two ways of typecasting in c –                   1. Implicit […]

Type casting in C Read More »