注意:此页面搜索的是所有试题
                题目内容
                (河北建筑工程学院-C语言程序设计)
            
            
                (单选题) 以下对结构变量stul中成员age的非法引用是()	struct student 	{ int age;	 int num; 	}stu1,*p; 	p=&stu1;(本题2.0分)
A、 stu1.age
B、 student.age
C、 p->age
D、 (*p).age
                    
                    
                    
                
                
                
            
        A、 stu1.age
B、 student.age
C、 p->age
D、 (*p).age
参考答案