摘要:
实验任务4: #include <stdio.h> #include <ctype.h> int main() { FILE *fp; int line_count = 0; int char_count = 0; char ch; fp = fopen("data4.txt", "r"); if 阅读全文
posted @ 2025-12-30 23:07
xxxxlf
阅读(7)
评论(1)
推荐(0)
摘要:
实验任务1: 实验任务2: 实验任务3: 实验任务4: #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #define N 10 typedef struct { char isbn[20]; // isbn号 char name[80]; // 阅读全文
posted @ 2025-12-25 21:02
xxxxlf
阅读(4)
评论(1)
推荐(0)
摘要:
实验任务1.1 问题1:find_min_max功能是找出X[]中的最小值最大值所在地址 问题2:分别都指向x[0]地址 实验任务1.2 问题1:功能是找到数组元素最大值 返回最大值所在地址 问题2:可以 实验任务2.1 问题1:数组s1大小为80 sizeof计算数组长度,strlen统计数组内字 阅读全文
posted @ 2025-12-12 00:53
xxxxlf
阅读(7)
评论(1)
推荐(0)
浙公网安备 33010602011771号