if the parameters have the following values:list[] = {‘a’, ‘b’, ‘c’}, i = 0 and n = 2
void SWAP(char list[], int i, int j) char t=list[i] list[i]=list