中国大学MOOC: Which one of the following reference is not right?struct s {int i1; struct s *i2,*i0;};static struct s a[3]={2,&a[1],0,4,&a[2],&a[0],6,0,&a[1]}, *ptr=a;
主观题
中国大学MOOC: Which one of the following reference is not right?struct s {int i1; struct s *i2,*i0;};static struct s a[3]={2,&a[1],0,4,&a[2],&a[0],6,0,&a[1]}, *ptr=a;