Sum of 2 arrays sum of two arrays

i made the code it showing one error why it happen i cant find pls help me to correct my code

Hi @dipeshgupta197
I have corrected ur code https://ide.codingblocks.com/s/627220

what was the issue in my code sir where i made mistake i cant get it
what is this error means segmentation error

in line 42
u had written
cout<<arr3<<" ";
while it should be arr3[i]

secondly as o/p was expected with commas and END at last they were missing

segmentation error kya means hotta hein sir

u can read it about the same here https://www.geeksforgeeks.org/core-dump-segmentation-fault-c-cpp/

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.