explain the type conversion in expressions in c


Explain The Type Conversion in Expressions in c language?

When variables and constants of different types are used in an expression they are all converted to same type. The compiler converts every operands up to the type of the largest operand which is called as type promotion. All short int and char values are automatically elevated to int. This process is called as integral promotion.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: explain the type conversion in expressions in c
Reference No:- TGS0304639

Expected delivery within 24 Hours