Example image
I have a struct like the given below:
struct Student { char *name; char *surname; long int ID; struct Student *name_next;