摘要: 字符串与字符数组 总结 //随机数函数需要加头文件<stdlib.h> //srand((unsigned int)time (NULL)); //rand(); //scanf("%s",str); //gets(str); //能读取空格,缓冲区会溢出 //fgets(str, sizeof(s 阅读全文
posted @ 2020-10-06 11:36 鹤儿哈 阅读(110) 评论(0) 推荐(0) 编辑