#include#includetypedef struct{ char c[200];} NAME;NAME name;int main(){ scanf("%s",name.c); printf("%s",name.c);}
strcpy()函数,或者用char *p。