单项选择题
以下四个程序中,完全正确的是()
A.A B.B C.C D.D
A.gets() B.getc() C.getchar() D.scanf()
A.int x[][3]={0}; B.int x[2][3]={{l,2},{3,4},{5,6}}; C.int x[][3]={{l,2,3},{4,5,6}}; D.int x[2][3]={l,2,3,4,5,6I};
A.Char str[]={’\064’}; B.Char str=”kx43”; C.Char str=”; D.Char str[]=”\0”;
微信扫一扫,加关注免费搜题