Right choice is (a) To find x^y
To explain: The pow() function is used to find the value of a number raised to another number. It takes two arguments; the base, and the exponent. The input datatypes are of the float datatype and the output is of the double datatype.