单项选择题

下面代码段的输出是( )。 if (5 & 7 > 0 && 5 | 2) System.out.println("true");

A.编译出错
B.5752
C.true
D.无输出