Instructions on using strings in C

A function parse(r) that parses a string representing a repeating decimal r and returns the whole, stem, and rep parts of r as strings. A function decToFrac(decimalString) that converts a … ................
................