000
1
void
reverse (
int
*
A,
int
lo,
int
hi );
000
2
void
reverse (
int
*
A,
int
n );