char amessage[] = "now is the time"; /* an array */ char *pmessage = "now is the time"; ... c = fscanf(fp1,"%s",oneword); /* got one word from the file */.
確定! 回上一頁