• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
lzb0811
博客园 首页 新随笔 联系 订阅 订阅 管理

2022年12月29日

6
摘要: #include <stdio.h> #include <string.h> #include <stdlib.h> int main(){ FILE *fp; fp=fopen("data4.txt","r"); char ch='a'; int i=0; do { ch=fgetc(fp); i 阅读全文
posted @ 2022-12-29 20:13 李治伯 阅读(177) 评论(0) 推荐(0)
 
5
摘要: #include <stdio.h>#include <string.h>#define N 3 // 运行程序输入测试时,可以把这个数组改小一些输入测试 typedef struct student {int id; // 学号char name[20]; // 姓名char subject[20 阅读全文
posted @ 2022-12-29 20:09 李治伯 阅读(163) 评论(0) 推荐(0)
 
 

公告


博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3