Define recursion.

b) Define recursion. Write a program to find an, where a is in float and n can be any
positive or negative integer. Define a recursive function power() to perform the
operation.


Leave a Reply