How can we calculate bigger power(x, n)
if suppose n > 100
Calculate power(x, n)
@vab25 basially you have to take array and you have to multiply x to n times and store the result in the array try to implement it.
How can we calculate bigger power(x, n)
if suppose n > 100
@vab25 basially you have to take array and you have to multiply x to n times and store the result in the array try to implement it.