摘要:
#include <stdio.h> #define N 4 int main() { int x[N] = {1, 9, 8, 4}; int i; int *p; // 方式1:通过数组名和下标遍历输出数组元素 for(i=0; i<N; ++i) printf("%d", x[i]); pri 阅读全文
posted @ 2022-06-12 18:30 千梦堕灵 阅读(13) 评论(0) 推荐(0) 编辑
posted @ 2022-06-12 18:30 千梦堕灵 阅读(13) 评论(0) 推荐(0) 编辑
posted @ 2022-06-03 13:59 千梦堕灵 阅读(30) 评论(0) 推荐(0) 编辑
posted @ 2022-05-05 17:11 千梦堕灵 阅读(18) 评论(0) 推荐(0) 编辑
posted @ 2022-04-23 22:59 千梦堕灵 阅读(29) 评论(0) 推荐(0) 编辑
posted @ 2022-04-14 10:01 千梦堕灵 阅读(17) 评论(0) 推荐(0) 编辑
posted @ 2022-03-22 19:20 千梦堕灵 阅读(44) 评论(2) 推荐(0) 编辑
Copyright © 2024 千梦堕灵
Powered by .NET 9.0 on Kubernetes