Arrays-Sum Of Two Arrays
Hi @LPU11910344
You need to handle cases separately for n>m and n<=m. Also if at lasts carry bit exists then you need to print it separately. I have made some changes to your code.
Link : https://ide.codingblocks.com/s/218906
Hope it Helps.