Doubt with array size in this sum!

How can array having size of 10^5 can give 10^10^5 size of single number.

I actually know that it is possible by using ‘%’ and ‘/’ in the code.

But mathematically how can be say that 10^5 can give 10^10^5 size of single number??

Please explain the proof for that??:pray:

if we made a array of size 10^5 and made each element of the array equal to the corresponding position of the number we can store that number in the array. For example to store 157 we would take an array of size 3 and put arr[0] = 7, arr[1] = 5, arr[0] = 1, or the opposite way might work as well.

So array of size 10^5 can store 10^5 elements. Right?

How can be store 10^10^5 size of number in 10^5 size of array?? Please explain this!!:pray:

lets take a smaller case similar to 157 lets take 1000, to store 1000 we would need array of size 4. so array of size 4 can store 10^3. so similarly array of size 10^5 + 1 can store number 10^10^5

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.