Chapter 5 ExB(d)
Duration: 7:50 Min | May 31, 2023
Let us C solution of Chapter 5 Exercise B (c): Attempt the following program: write a program to find the value of one number raised to the power of another.
This video explains the command line inside pow function. Inside power() function/method, we use for loop to multiply the value of base exponent number of times. This would give us the result and we return the result