View Single Post
Go4Expert Member
18Nov2008,09:54  
elsa87's Avatar
is it right now?
Code:
ReturnLastItem (item,info)
{
int location=MAX-1;
return(info[location]);
}