91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

C語言中string庫函數的使用示例

小樊
84
2024-08-23 11:20:27
欄目: 編程語言

#include <stdio.h> #include <string.h>

int main() { char str1[20] = “Hello”; char str2[20] = “World”;

// 將str2拼接到str1的末尾
strcat(str1, str2);
printf("str1 after concatenation: %s\n", str1);

// 比較str1和str2
int result = strcmp(str1, str2);
if (result == 0) {
    printf("str1 and str2 are equal\n");
} else if (result < 0) {
    printf("str1 is less than str2\n");
} else {
    printf("str1 is greater than str2\n");
}

// 復制str1到str2
strcpy(str2, str1);
printf("str2 after copying: %s\n", str2);

return 0;

}

0
昆山市| 太康县| 灵武市| 叶城县| 武隆县| 关岭| 呼图壁县| 壶关县| 东乌| 凌云县| 沁阳市| 武邑县| 青川县| 泰安市| 宁晋县| 横山县| 厦门市| 安顺市| 张北县| 永昌县| 临湘市| 邛崃市| 丽江市| 乌鲁木齐市| 黔西| 阜康市| 西城区| 化隆| 周口市| 桐城市| 泰顺县| 车致| 贺州市| 岳阳市| 绥滨县| 寻甸| 随州市| 白沙| 高青县| 卓资县| 宜春市|