Domanda di colloquio di Inscripts

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

Risposta di colloquio

Anonimo

9 ott 2017

We can use here recursive function

1