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...
blog.jyotiprakash.org5 min readNo responses yet.