2022年6月7日

陈凯迪的实验6

摘要: 陈凯迪的实验6 一、实验结论 1.1 代码: 1 #include <stdio.h> 2 #define N 4 3 4 int main() 5 { 6 int x[N] = {1, 9, 8, 4}; 7 int i; 8 int *p; 9 10 // ��ʽ1��ͨ�����������±�������� 阅读全文

posted @ 2022-06-07 16:43 CKDDOUBI 阅读(43) 评论(2) 推荐(0) 编辑

导航