#define N 15main(){int a,i,j,n,tem,flag=1,number,top,bott,mid,loca,sign=1;char c;printf("enter the array of line is:");scanf("%d",&n);printf("\n");printf("enter the number of array:");for(i=0;i<...
我要做的是通过往末尾添加节点来建立链表,然后在输出,但是有问题,谁帮我看一下#include <stdio.h>#include <stdlib.h>struct am{ char name; struct am *th;};struct am *add(struct am *head){ int i=0; char array={'...