C语言常见问题 C语言中函数原型(声明)和自定义数据类型的声明顺序。 代码A #include <stdio.h> struct student *del(struct student *head, int num); typedef struct student { int num; float