Loading

摘要: 1. 前言 本篇我们讲解2个月搞定计算机二级C语言——真题8 2. 程序填空题 2.1 题目要求 2.2 提供的代码 #include <stdio.h> #define N 3 #define M 4 /**********found**********/ void fun(int (*a)[N] 阅读全文
posted @ 2024-11-03 11:51 main工作室 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 1. 前言 本篇我们讲解2个月搞定计算机二级C语言——真题7 2. 程序填空题 2.1 题目要求 2.2 提供的代码 #include <stdio.h> int fun(char* s, char* t) { int n = 0; while (*s) { if (*s < 97) { /**** 阅读全文
posted @ 2024-11-03 11:29 main工作室 阅读(139) 评论(2) 推荐(0) 编辑