C語言-求字元串長度-strlen()與sizeof()
- 2020 年 4 月 8 日
- 筆記
需要在程式碼頭部加上標準庫<string.h>
程式碼示例
#include <string.h> char s1[20] = "hello world"; char s2[20] = {'h','e','l','l','0',' ','w','o','r','l','d','
需要在程式碼頭部加上標準庫<string.h>
程式碼示例
#include <string.h> char s1[20] = "hello world"; char s2[20] = {'h','e','l','l','0',' ','w','o','r','l','d','