-->
当前位置:首页 > 题库

单选题:以下哪个选项中的p是指针:

Luz4年前 (2022-07-16)题库609
以下哪个选项中的p是指针:



A.int* *p();
B.int *p();
C.int (*p)[5];
D.int *p[6];


答案:C