摘要:
任务4 #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> int main(void) { FILE* fp; int ch; int lineCount = 0; int validChar = 0; char filePath[] = "C:\ 阅读全文
posted @ 2026-06-23 16:56
王佐岩
阅读(6)
评论(0)
推荐(0)
摘要:
实验4 #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #define N 10 typedef struct { char isbn[20]; char name[80]; char author[80]; double sales_price 阅读全文
posted @ 2026-06-14 21:21
王佐岩
阅读(8)
评论(0)
推荐(0)
摘要:
T1 1. 函数 find_min_max 功能是? 找数组的最小值和最大值,并用指针返回结果 2. "指针变量使用时必须指向确定地址"。执行到line45时,指针变量pmin、pmax分别指向什么? 执行 line45 时:1. 指向主函数的 min2.指向主函数的 max #define _CR 阅读全文
posted @ 2026-06-02 17:39
王佐岩
阅读(7)
评论(0)
推荐(0)
浙公网安备 33010602011771号