C)int x[][3]={{1,2,3},{4,5,6}}; D)int x[2][3]={1,2,3,4,5,6};
(17)若要求从键盘读入含有空格字符的字符串,应使用函数( )。
A)getc() B)gets() C)getchar() D)sc