单项选择题
A. struct ordint x; int y; int z;; struct ord a; B. struct ordint x; int y; int z; struct ord a; C. struct ordint x; int y; int z; a; D. structint x; int y; int z; a;
A. t1=t2; B. t2.num1=t1.num1; C. t2.mark=t1.mark; D. t2.num2=t1.num2;
A. struct是结构体类型的关键字 B. structstu是用户定义的结构体类型 C. stutype是用户定义的结构体类型名 D. a和b都是结构体成员名