May 28 2023 08:38 PM
I tested a double variable in C to store the value '12345678901234567'. But it can't store the last digit '7' and shows it as '8'. However, if I change the last digit to '6' or '8', then it can show the same value. What is that?
Here is the program: