JZTXT
首页
Ai
Java
Python
Android
Mysql
JavaScript
Html
CSS
C-typdef
笔记-C-typdef定义数组
> typdef定义数组后的初始化 | 计算机内部只知晓地址,类型为上层的高级语义 ```c #include typedef int ARR_INT_2[2]; void test(ARR_INT_2 *t) { int *t1; int *t2; t1 = &(((int*)t)[0]); t2 ......
数组
C-typdef
笔记
typdef
更新时间 2023-07-23
共1篇 :1/1页
首页
上一页
1
下一页
尾页