陈凯迪的实验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��ͨ�����������±�������� 阅读全文
一、实验结论 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 阅读(50) 评论(2) 推荐(0)
一、实验结论 1.1 代码: 1 #include <stdio.h> 2 #define N 5 3 #define M 80 4 typedef struct { 5 char name[M]; 6 char author[M]; 7 } Book; 8 9 int main() { 10 Bo
2333333
一、实验结论 1_1 代码: 1 #include <stdio.h> 2 #define N 4 3 int main() 4 { 5 int a[N]={2,0,2,2}; 6 char b[N] ={'2','0','2','2'}; 7 int i; 8 printf("sizeof(int
一、实验结论 1 代码: 1 #include <stdio.h> 2 #include <stdlib.h> 3 #include <time.h> 4 #include <windows.h> 5 #define N 80 6 7 void printText(int line, int col
简单易读的作业
浙公网安备 33010602011771号