摘要: 10.1字符串表示和字符串I/O 字符串是以空字符(\0)结尾的char数组。 程序: #define _CRT_SECURE_NO_WARNINGS 1 //2022年5月13日08:18:30 //strings.c--使用字符串与用户交互 #include <stdio.h> #define 阅读全文
posted @ 2022-05-17 09:05 CodeMagicianT 阅读(102) 评论(0) 推荐(0)