You are required to use only C for this
problem.
To begin, instead of using two different variables for this
problem, you are going to define a structure with two members; one
representing the feet and the other one
representing the inches. We will also use
three functions; one to initialize a
structure, one to check the validity of its
values, and the last one to print them
out.
First, define your structure. Next, declare a structure of this
type...