Monthly Archives: May 2016

Integer Promotion

Data types like char and short int take a fewer number of bytes than int. These data types are automatically promoted to int or unsigned int when an operation is performed on them. This is known as integer promotion. “Whenever … Continue reading

Posted in Integer Promotion | Leave a comment