Level 82
Level 84
4 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
Type casting
a way to convert a variable from one data type to another data type
(type_name) expression
convert the values from one type to another explicitly using the cast operator
Integer Promotion
the process by which values of integer type "smaller" than int or unsigned int are converted either to int or unsigned int
Usual Arithmetic Conversion
are implicitly performed to cast their values to a common type.