()能正确定义一个指向函数的指针。

()能正确定义一个指向函数的指针。

A.int*p()

B.int(*p)

C.(int*)p()

D.int(*p())

正确答案:A

猜你喜欢