| precision in c i have a precision problem in c
this can be understand better by an example
i declare a variable in float
then i stored in it 0.10101
but when i printed it it shows 0.10095
how can i remove this problem coz i can't lose any digit, precision is very imp for my program |