View Single Post
Light Poster
28May2009,20:34  
Hamed's Avatar
I know,
I want to change it to another function like :
int search(int a[], int key, int n) but recursive and n is number elements in array.
How can I do it.?
(I think it is clear)