设有定义:int k=1,m=2;float f=7;则错误的表达式为:


设有定义:int k=1,m=2;float f=7;则错误的表达式为:

A.k%f

B.k=k>=k

C.-k++

D.k>=f&&f>=m

正确答案:k%f