摘要: 关于char[]数组通过scanf赋值使用上的一些问题。 假如我们有这么一段代码 #include <stdio.h> int main(void){ char c1[2]; scanf("%s",c1); char c2[20]; scanf("%s",c2); printf("%s %s\n", 阅读全文
posted @ 2022-07-06 13:18 芋圆芋泥 阅读(723) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示