I am currently studying C and I can\'t get past this exercise. I must create a recursive function to reverse string1 into string2. Here is my code. I w
string1
string2
i recommend using library , size=strlen(array) in stead of
for(i=0;string1[i]!='\0';i++) n++;
to count how many characters in arra