pow() is function of which header file
Answers
Answered by
1
Answer:
math.h
C – pow() function
pow( ) function in C is used to find the power of the given number. ”math. h” header file supports pow( ) function in C language.
Similar questions