Question

The function prototype
double mySqrt(int x);
a. Declares a function called mySqrt which takes an integer as an argument and returns a double.
b. Defines a function called double which calculates square roots.
c. Defines a function called mySqrt which takes an argument of type x and returns a double.
d. Declares a function called mySqrt which takes a double as an argument and returns an integer.

Answer

This answer is hidden. It contains 80 characters.