Computer Science, asked by apoorvayadav17, 5 months ago

pow() is function of which header file​

Answers

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