Thread
:
Recursion in C
View Single Post
mayjune
Invasive contributor
15Jun2009,21:14
as far as i can think, stopping condition whould be
if (index of 3rd array is equal to the sum of the first two array)
return final_array;
if i get the code, will upload it....