Question: Write a program to input two arrays and add both of them. The user will keep on taking input until it presses . The

Write a program to input two arrays and add both of them. The user will keep on taking input until it presses . The size of both the arrays can vary. In case of different size, just pad the smaller array with zeroes. You need to create a function for vector addition, and you are not allowed to use any dynamic memory allocation in this task.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
