Can someone explain this function prototype and how it corrrelates to the if statement

后端 未结 0 1419
有刺的猬
有刺的猬 2020-11-22 05:38

void read(int A[], int *nA)
{
    *nA=0;
    char c;
    int x;
    do {
        scanf("%d%c",&x,&c);
        if (!exists(x,A,*nA))
        {
             


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