|
|
void DisplayArrayLoop (string array,int size)
. The first parameter is a string. One single string.friends
. Is friends
one single string?
|
|
|
|
friends [size]= NameYourFriends (friends,size);
return array [size] ;
|
|
5 4 3 2 1 |
f(4) f(3) f(2) f(1) f(0) |