|
|
1
4
|
|
2
2
递归应用规则:
|
|
|
3
0
不,因为那样的话
|
|
|
4
0
假设在你的例子中
a is of type `int**`
a[i] is of type `int*`
a[i][j] is of type `int`
*(a+i) is of type `int*`
a+i+j is of type `int**`
*(a+i+j) is of type `int*`
*(*(a+i)+j) is of type `int`
|
|
|
5
0
退货: 1 5 9 *这是通过编译器运行的。。。。 |
|
|
MaPo · Linux,设置锁定ICMP_过滤器选项 1 年前 |
|
Doohyeon Won · 内联函数上的奇怪现象?[关闭] 1 年前 |
|
|
Bobby · 复合字面值总是左值吗? 1 年前 |
|
9-Pin · C: 嵌套结构的堆栈内存分配 1 年前 |