执行以下程序段后,w的值为( )。int w='A',

执行以下程序段后,w的值为( )。

int w='A',x=14,y=15;
w=((x||y)&&(w<'a'));
答案
C

题目信息

题号:4118
题型:单选题
难度:普通