04 2023 档案
摘要:1.1 1)是,占用4字节2)是,占用1字节3)都是一样的1.2 1)是,占用4字节2)是的3)是的,占用1字节4)是的5)与a[0][0],a[1][0],b[0][0]和b[1][0]的地址相同 #include<stdio.h>#define N 4 int main(){ int a[N]
阅读全文
摘要:task1 #include<stdio.h>#include<stdlib.h>#include<time.h>#include<windows.h>#define N 80 void print_text(int line, int col, char text[]);void print_sp
阅读全文