Question: write a C program 4.1. Write a C function named powfun that raises an integer number passed to it to a positive integer power and
write a C program
4.1. Write a C function named powfun that raises an integer number passed to it to a positive integer power and displays the result. The positive integer should be the second value passed to the function. Declare the variable used to store the result as a long integer data type to ensure sufficient storage for the result
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
