fgets(string,max_string,stdin);. printf("The string is %s \n",string);. //Pause the sysem while waiting for input. system ("PAUSE");. return 0;.
確定! 回上一頁