Question

The function prototype
double mySqrt(int x);
(a) defines 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) defines a function called mySqrt which takes a double as an argument and returns an integer

Answer

This answer is hidden. It contains 3 characters.