1. 程式人生 > >c 字符數組與字符串

c 字符數組與字符串

eof 字符數 div nbsp size bsp 字符數組 sizeof 數組

char a[]="abc";
printf("%lu\n", sizeof(a)/sizeof(char));//4

c 字符數組與字符串