Home Tags C language tutorial

Tag: C language tutorial

A quick look at integer promotion in C

0
Data types like char and short int take a fewer number of bytes than int. These data types are automatically promoted to int or...