The program below illustrates the use of strlen() to find the length of a given string. We use scanf("%[^\n]") to read the input string instead of the usual ...
確定! 回上一頁