Equivalent operation for function pow(x y) is
A) Square root of (x * y)
B) Exponential function e^(xy)
C) x raised to the power of y
D) Logarithm of (x * y)
Answer:
C) x raised to the power of y
Explanation:
The function pow (x, y) in mathematics calculates x raised to the power of y, or x^y. This represents exponential growth, where x is the base and y is the exponent.