单选题
已有函数max(a,b),为了使函数指针变量p指向函数max,则下面选项中赋值方法正确的是( )。
A.p=max; B.*p=max; C.p=max(a,b); D.*p=max(a,b);
A
B
C
D
【正确答案】
A
【答案解析】
提交答案
关闭