?? print.c
字號:
void print(struct student*head,int n)
{struct student*p;
printf("\n Now,These %d records are :\n",n);
p=head;
if(r->num!=NULL)
do
{printf("%ld,%s,%d,%c,%s,%s,%s\n\n",&p->num,p->name,&p->age,&p->sex,p->adr,p->tele,p->mail);
p=p->next;
} while(p->num!=NULL);
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -