The exercise says \"Make a function with parameters two int arrays and k which is their size. The function should return another array (size k) where every element of it is the
change the function summary signature (the definition part of the declaration) to this and try it out:
void sumarray(int k,int* A,int* B){