单项选择题

var x="hello",y=30,z="30";console.log(x&&(y===z));打印结果是()。

A.hello
B.false
C.true
D.30