Thread
:
help in writing a function to retrieve last item in an unsorted list
View Single Post
elsa87
Go4Expert Member
18Nov2008,09:54
is it right now?
Code:
ReturnLastItem (item,info) { int location=MAX-1; return(info[location]); }