NVIDIA Interview Question

1) write a program for x to the power y

Interview Answer

Anonymous

Feb 9, 2020

I give the ans in both recursive and iterative way

1