C++: Elementary Programming

Groups same size, no carry to new group. Array A first_groupA. 5 5874587 9875248 8521467 Array B first_groupB. 987 9875245 3254875 5642874 added together they produce the following result. Array C first_groupC. 993 5749833 3130124 4164341 NOTICE. DO NOT initialize any array elements to zero as part of your algorithm. It is not necessary and a ... ................
................