Please explain with steps. What will be the output for the following pseudocode

前端 未结 0 1116
谎友^
谎友^ 2020-11-27 17:01

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题