i m getting correct output but failing some testcase please tell what wrong i m doing
Sum of 2 arrays
@poojadas408 when you have added all the numbers and carry is still left after exiting from while loop your code is ignoring that carry. check for a condition if carry is still there after adding all the numbers and update carry in your answer array.