under what circumstances is there a "Loss of Information" in type conversion ?
Answers
Answered by
2
Answer:
If a value is converted from higher data type to lower data type then there is a loss of information
Explanation:
double i=75.97;
//The value is of double data type
Now,
if the following value is converted into int data type then the value will change to 75.and therefore there will be loss of information
Similar questions