单选 C++语言程序设计2026-06-29 更新 1 阅读

指向数组元素为整型的一维数组的指针变量的定义是()。

  1. int*p()
  2. int(*p)()
  3. int*p[4] 正确答案
  4. int(*p)[4]
参考答案:C

本站整理,仅供学习参考