Calculate power(x, n)

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.