Not able to understand what is to be done in the problem

Not able to understand how we got the resultant array from the two given arrays.

@balharatanvee
Consider Array1 with size=4,and array2 with size = 3

    Array1[] = { 9, 5, 4, 9 }
    Array2[] = { 2, 1, 4 } 

Now starting adding from RHS,9+4=13,3 remainder 1 carry and so on,just like normal addition.
9763 will be the result if we add 9549+214.

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.