[此贴子已经被作者于2006-6-15 20:40:52编辑过]
不能。。。。。
只能对字符串整体输入.用"%s"可以对一个字符串进行整体的输入输出.如: # include <stdio.h> void main(){ char c[10]; scanf("%s",c); printf("%s",c);}
只能对字符串整体输入!!!!!!!!!!!!!!!!!!!
哦。我如果想 随意 输入N 个数给 数组应该怎么 写呢?