单选题
以下不能正确表示代数式4ab/(ce)的C语言表达式是()。
A、
4*a*b/c/e
B、
a*b/c/e*4
C、
a/c/e*b*4
D、
4*a*b/c*e
【正确答案】
D
【答案解析】
根据运算符的优先级, D表示的是4abe/c,而不是4ab/(ce)。
提交答案
关闭