摘要: printf("hello world, c \n"); printf("你好,中国\n"); int duArry[] = {0,1,2,3,4,5} ; int* pArr; pArr = duArry; pArr = &duArry[0] ; int l=sizeof(duArry)/size 阅读全文
posted @ 2023-10-09 22:13 ®Geovin Du Dream Park™ 阅读(17) 评论(0) 推荐(0)