Pergunta de entrevista da empresa Inscripts

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

Resposta da entrevista

Sigiloso

9 de out. de 2017

We can use here recursive function

1