利用函数指针、指针函数、数组指针以及指针数组完成小学生数学四则运算小软件

2025-04-14 06:48:07
推荐回答(1个)
回答1:

#include #include #define N 5void fun(int** s){ int i,j; for(i=0;i