注意:此页面搜索的是所有试题
题目内容
(西南石油大学石油技术经济学)
有定义语句:int *p[4];以下选项中与此语句等价的是( )。
·int p[4];
·int **p;
·int *(p[4]);
·int (*p)[4];
·int p[4];
·int **p;
·int *(p[4]);
·int (*p)[4];
参考答案