问题
单项选择题
下列函数中对调用它的函数没有起到任何作用的是
A.void f1(double&{--x;)
B.double f2(double {return x-1.5;)
C.void f3(double {--x;)
D.double f4(double *{--*x;retum *x;}
答案
参考答案:C
下列函数中对调用它的函数没有起到任何作用的是
A.void f1(double&{--x;)
B.double f2(double {return x-1.5;)
C.void f3(double {--x;)
D.double f4(double *{--*x;retum *x;}
参考答案:C