Inscripts Interview Question

Write a program to find x^y without using loop or inbuilt function.

Interview Answer

Anonymous

Oct 9, 2017

We can use here recursive function

1