以下在任何情况下计算平方数时都不会引起二义性的宏定义是()。
A:#define POWER(x)  x*x
B:#define POWER(x)  (x)*(x)
C:#define POWER(x)  ((x)*(x))
D:#define POWER(x)  (x*x)
出自:考研