In the C language, a structure is declared as follows :
struct <tag name> {
<span> <1st member type> <1st member name></span>
<span> <2nd member type> <2nd member name></span>
<span> …..</span>
<span> <nth member type> <nth member name></span>
};
Thus, a structure whose tag name is point2d that contains x and y, both double, is :
struct point2d {
<span> double x;</span>
<span> double y;</span>
<span>};</span>
Answer:
equivalent
Step-by-step explanation:
6.25ft
one real solution
it has only one solution since it is a linear graph and only intercepts the x axis once