basic c
Write a C program to make pow() function which takes two integer and return power of number1 to number2
TASK- Write a function pow() which takes two integer parameters a and n and returns nth power of a, write a program to use thi…
TASK- Write a function pow() which takes two integer parameters a and n and returns nth power of a, write a program to use thi…