arkland0913

2023年5月10日

实验五

摘要: 实验任务1#include <stdio.h> #include<stdlib.h> int main() { int x[2][4] = {{1, 9, 8, 4}, {2, 0, 4, 9}}; int i, j; int *p; // 指针变量,存放int类型数据的地址 int(*q)[4]; 阅读全文

posted @ 2023-05-10 23:00 202283300646郝遥 阅读(22) 评论(0) 推荐(0)

导航