Promotion, Conversion and Casts
Promotion
char or short values (signed or unsigned) are promoted to int (or unsigned) before anything else happens
this is done because int is assumed to be the most efficient integral datatype, and it is guaranteed that no information will be lost...
kaustubhk.hashnode.dev4 min read