(Convert float to string) Write a function that converts a floating-point number to a C-String using the following header:
void ftoa(double f, char s[])
Write a test program that prompts the user to enter a floating-point number and displays each digit and the decimal point separated by a space. Here is a sample run:

We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.