D. Qian,f,95,92,zhao,m,85,90
37.在以下程序
#include<stdio.h>
Main()
{struct node{int n; struct node *next;}*p;&
&