题目内容 (请给出正确答案) 提问人:网友 发布时间: 【单选题】 说明一个长度为10的数组,元素类型为整型指针的正确语句是() A、int*pary[10]B、int(*pary)[10]C、int*pary(10)D、int**pary[10] 查看正确答案