Card image cap
What is inplicit type casting?
43
2

Implicit type casting is performed automatically by the C compiler. The operands in arithmetic operation must be of similar types. If the data types of operands are different, the value with lower data type is converted into higher data type.

How do you vote?

Card image cap