Arrays sum of two array

My code is not working…

kindly correct my code to its correct running form…

code link…

regards

I think you have interpreted the question wrong.
You have two add the two number represent as array.
In your code,you are adding from left to right ,while you are suppose to add from right to left and take carry forward.