1.How to make a function in C that accepts one input number
1.How to make a function in C that accepts one input number and returns a double number. The themes for the functions should be : -Squares the number and returns the result. For example, if 12.1 was entered then 146.41 would be returned. -Provide both your C code and an example call to the C […]