单项选择题

"分析下面这行代码if(5&7>0&&5|2)Systen.out.println(""true""),选择唯一正确的说法()"

A.这行代码不能编译
B.代码编译,无任何输出
C.代码编译,输出true
D.代码编译,输出false