Type promotion in C
Type promotion in C is a feature of the C language where smaller data types (such as char and short) are automatically converted (or "promoted") to a larger data type (such as int) when they are used in expressions, especially in arithmetic operation...
Dec 15, 20235 min read1.0K