larry*wei 2009-05-13 18:35 采纳率: 0%
浏览 349
已采纳

指向数组 / 指针数组的 c 指针消除歧义

What is the difference between the following declarations:

int* arr1[8];
int (*arr2)[8];
int *(arr3[8]);

What is the general rule for understanding more complex declarations?

转载于:https://stackoverflow.com/questions/859634/c-pointer-to-array-array-of-pointers-disambiguation

  • 写回答

12条回答 默认 最新

  • 笑故挽风 2009-05-13 18:37
    关注
    int* arr[8]; // An array of int pointers.
    int (*arr)[8]; // A pointer to an array of integers
    

    The third one is same as the first.

    The general rule is operator precedence. It can get even much more complex as function pointers come into the picture.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(11条)

报告相同问题?

悬赏问题

  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 电脑桌面设定一个区域禁止鼠标操作