单项选择题

以下会出现死循环的是()。

A.for(;;){break;}
B.while(1){break;}
C.while(0){continue;}
D.for(;;){continue;}