what is the use of pow( ) ? explain with an example
Answers
Answered by
0
Answer:
The pow() function returns the value of x to the power of y (xy). If a third parameter is present, it returns x to the power of y, modulus z.
Similar questions