Computer Science, asked by Asnah, 3 months ago

47. Discuss the possible info-loss in common type conversions.​

Answers

Answered by ItzGoldGrace
4

Answer:

Assigning a value to a type with a greater range (for example, from short to long) poses no problem, however, assigning a value of larger data type to a smaller data type (for example, form double to float) may result in losing some precision.

Hope it helps you

Answered by ArmyGirl7777
7

Answer:

Discuss the possible info-loss in common type conversions. Ans. Assigning a value to a type with a greater range (for example, from short to long) poses no problem, however, assigning a value of larger data type to a smaller data type (for example, form double to float) may result in losing some precision.

Explanation:

Hope it helps you...

Attachments:
Similar questions