Thread: Recursion in C
View Single Post
Invasive contributor
15Jun2009,21:14  
mayjune's Avatar
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....