BJFU—214基於鏈式存儲結構的圖書信息表的創建和輸出 #include<stdio.h>#include<stdlib.h>#define MAX 100 typedef struct bNode{ double no; cha ...