Home Forums C Programming please help me with bubbleSort argument Re: Re: please help me

#3589
HildegaBarnett
Participant

Ah,I can manage it myself. :P
in main function,”bubbleSort(r[j],j)”,there is no subscript operator”[]”.just “bubbleSort(r,j)”.