struct student *new_data(){struct student *p=NULL;p=(struct student *)malloc(sizeof(struct student));return p;}