多项选择题

A.char*string="helloword";printf("%c",string[1]);
B.char*string="helloword";printf("%s",string);
C.intstuid=1001,*id;id=&stuid;
D.charstusex=’m’,*gander;&stusex=gander;