Inscripts interview question

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

Interview Answer

Anonymous

9 Oct 2017

We can use here recursive function

1