字符串應用(strcmp函數和strcpy函數)

輸入3個字符串,輸出其中字符串個數 #include<stdio.h> void main() {  char str[3][40];                                                       /*定義1個二維字符數組,表示3行字符串,每個字符串的字符小於40*/  int i,j,lower,upper,digital,space,other; 
相關文章
相關標籤/搜索