On above code snippet, the line fscanf(stdin,"%[^\n]s",name); can be used to accept strings with white space. Here [^\n] is regular expression ...
確定! 回上一頁