I want to know if parsing a string and converting the numerical string content to double value while writing a code in C will pose any accuracy problems?
If so, what kind of them?
Similarly are there any problems converting a double value to string?
If there's a problem, what is the best solution?
Thanks.