摘要: 数据类型 int int* double double* char char* 字节大小 4 4 8 4 1 4 #include <stdio.h> #include <stdlib.h> int main() { //一维 int double char 相同 int n = 10; int * 阅读全文
posted @ 2021-03-23 17:31 clayyjh 阅读(20) 评论(0) 推荐(0)