摘要: 源程序: #include <stdio.h>#include <stdlib.h> //输出4个学生5门课程void print(int m[4][5]){ int i, j; for (i = 0; i < 4; i++) { for (j = 0; j < 5; j++) { printf(" 阅读全文
posted @ 2022-04-02 23:34 bobo哥 阅读(400) 评论(0) 推荐(0)
摘要: 源程序: #include <stdio.h> #include <stdlib.h> //在此处定义函数1. //在此处定义函数2. //在此处定义函数3. //在此处定义函数4. //菜单 void menu() { printf("\n***************************** 阅读全文
posted @ 2022-04-02 17:31 bobo哥 阅读(722) 评论(0) 推荐(0)