单项选择题

A、do x+=2;while(x=y);
B、while(x=y) y--;
C、while(0) if(y--) break;
D、do x--; while(x==0);