Computer Science, asked by savithabc942, 1 day ago

write arithmetic type conversion rules for float types and int types​

Answers

Answered by sangeetha6948
2

this is the answer ☝️☝️

please mark me as the brainliest.

Attachments:
Answered by llXxBangatanboyxXll
4

Answer:

the usual arithmetic conversions are applied as follows if either a and has a floating point type then the Apparent with the lower conversation rank is converted to a type with the same rank as the other operands....

 Arithmetic type conversion rule for float types:

If either operand is float, the other operand is converted to float.

Arithmetic type conversion rule for int types:

If an int (in both their signed and unsigned varieties) can represent all the values of the original type, the value is converted to int; otherwise it is converted to unsigned int. this process is called integral promotion.

Then, if either operand is unsigned long, the other is converted to unsigned long.

Explanation:

mark me as brainlist

drop thanks

for lovely sis

Similar questions