(单选题)若有函数声明为:void func(double *p);则以下函数调用正确的是____。(本题2.0分)
A.double x; f(x);
B.double x; f(
C.double x; f(&x);
D.int x; f(&x);
出自:桂林理工大学高级语言程序设计