include <stdio.h>#include <string.h>void main(){char x[]={'A','B','C','D'};int len=strlen(x);printf("%d\n",len);} 為什麼加\0就是len就等於字 ...
確定! 回上一頁