实验6
摘要:
#include<stdio.h> #define N 4 int main() { int x[N] = { 1,9,8,4 }; int i; int* p; for (i = 0; i < N; i++) printf("%d", x[i]); printf("\n"); for (p = x 阅读全文
posted @ 2022-06-07 22:46 clmmmmm 阅读(15) 评论(0) 推荐(0) 编辑
2022年6月7日 #
posted @ 2022-06-07 22:46 clmmmmm 阅读(15) 评论(0) 推荐(0) 编辑
2022年6月5日 #
posted @ 2022-06-05 09:47 clmmmmm 阅读(20) 评论(0) 推荐(0) 编辑
2022年5月3日 #
posted @ 2022-05-03 18:05 clmmmmm 阅读(18) 评论(0) 推荐(0) 编辑
2022年4月19日 #
posted @ 2022-04-19 16:33 clmmmmm 阅读(13) 评论(0) 推荐(0) 编辑
2022年4月12日 #
posted @ 2022-04-12 16:52 clmmmmm 阅读(32) 评论(1) 推荐(0) 编辑
2022年3月24日 #