Computer Science, asked by pramit68, 1 month ago

what is the use of pow( ) ? explain with an example​

Answers

Answered by debajyotisarkar2020
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