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