Description: # include <stdio.h>
# include<malloc.h>
# define ND sizeof(struct List)
struct List
{int data
struct List*next
}
void main()
{ int n,i=1,e,a
struct List*head
struct List*p,*q
q=head=p=(struct List*)malloc(ND)
To Search:
File list (Check if you may need any files):
实验二.txt