多项选择题

A.for(;;a+=2);
B.for(a=10;a;a--);
C.for(;(a=getchar())!=’\n’;);
D.while(-1){a++;}