A.void fun(char (*p)[2]);
B.void fun(char (*p)[10]);
C.void fun(char *p[2]);
D.void fun(char **p);
答案: <查看本题扣1积分>
查看答案
答案不对?请尝试站内搜索