填空题
A. r->next=q;q->next=r->next;p->next=r; B. q->next=r->next;p->next=r;r->next=q; C. p->next=r;q->next=r->next;r->next=p; D. q->next=r->next;r->next=q;p->next=r;
A.一个文件指针,指向待读取的文件 B.一个整型变量,代表待读取的数据的字节数 C.一个内存块的首地址,代表读入数据存放的地址 D.一个内存块的字节数