47. Discuss the possible info-loss in common type conversions.
Answers
Answered by
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
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:
![](https://hi-static.z-dn.net/files/d49/11943fd95bb0090397bb7210560ee707.jpg)
Similar questions