struct student #include"stdio.h"#include"stdlib.h"#defineNULL0structstudent{longnum;charname[20];intscore[6];structstudent*next;};voidshow(){printf("\nthereisacatalo