设有定义:struct student{ int ID; char name[12]; }s,*p=&s; 语句:p.ID=20161001;是否正确?
设有定义:struct student{ int ID; char name[12]; }s,*p=&s; 语句:p.ID=20161001;是否正确?
                    
                        1
                    
                    
                    
                    
                
            设有定义:struct student{ int ID; char name[12]; }s,*p=&s; 语句:p.ID=20161001;是否正确?