please explain it properly
Arrays-sum of two arrays
@sanyamsri2001, both of these array represents a number, each index of the array represents a digit of the number, you just have to add the number and display.
e.g. a[5] = {1,2,3,4,5}
b[3] = {2,4,5}
then the numbers are 12345 and 245 you just have to add the numbers the display the desired result.
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.