Failed Testcases

Can you send me one failed testcases, I’m ubale to figure out the error!

share ur code’s link on ide.codingblocks.com


It is passing two testcases while two are failing.

If both the arrays have same length and even after that at the end if we have a carry remaining ur code doesnt handle that.

so what to do with last carry, should i ignore it or print it?

just print it before printing ur c array i guess.