单项选择题

执行以下程序段后,w的值为 int w='A',x=14,y=15; w=((x|| y)&&(w<'a'));

A.-1
B.NULL
C.1
D.0