write short note on pow() function in C++
Answers
Answered by
1
Answer:
The function pow() is used to calculate the power raised to the base value. It takes two arguments. It returns the power raised to the base value. It is declared in “math.
Similar questions