单项选择题

若有定义:int a=1,b=2,c=3;则语句++a||++b&&++c;运行后b的值为()

A.1
B.0
C.2
D.3