答案:C
石硫合剂在作物休眠期使用度数是()波美度。
A、0.3—0.5
B、0.5—1
C、2—3
D、3—5
函数定义为Fun(int &i),变量定义n=100.则下面调用正确的是
A.Fun(20);
B.Fun(20+n);
C.Fun(n);
D.Fun(&n);