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 恩贝德电子 阅读(47) 评论(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 恩贝德电子 阅读(183) 评论(2) 推荐(0)