多项选择题

关于结构体,下面各项中不正确的有()

A.struct person{long bh; char *name; int age;}  
   psl={9100,"wang",20},* pst;        pst=psl; printf("%d",*pst→agE.; 
B.struct my_data 
   {int num; struct my_data *next;}; 
C.struct test 
   {char *course; char *class} 
D.struct worker 
   {char name[9]; float gz;}Li={"Li Ping",532.67};  
E.struct int_num   {int i _num;struct int_num *next; }ione, *pi;    pi=&ione;

题目列表

你可能感兴趣的试题

微信扫码免费搜题