① c語言中strlen(s)是什麼意思S是一個數組!
strlen(s)表示求字元串s的長度。
strlen函數原型:int strlen(char *s);
頭文件:string.h
格式:strlen (字元數組名)
功能:計算給定字元串的(unsigned int型)長度,不包括'