Question: Match the following: highest ranking data type lowest ranking data type char, short, unsigned short automatically promoted to an int when an operator works with
Match the following:
highest ranking data type
lowest ranking data type
char, short, unsigned short automatically promoted to an int
when an operator works with two operands of different data types, the lower ranking operand is promoted to the data type o the high ranking operand
when the final value of an expression is assigned to a variable, it is converted to the data type of the variable regardless of the data type rank.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
