例如:
# include & ltstdio.h & gt
int main(void)
{
char a[128];
Printf("請輸入所需漢字:");
scanf("%s ",a);
printf("%s\n ",a);
返回0;