Report - 1 LIST PROCESSING. Senem Kumova Metin2 Self Referential Structures 1/4 struct node { int data; struct node *next; }; struct node a,b; ab a.data=1; b.data=2;

Please pass captcha verification before submit form