单项选择题
A.循环队列 B.带链队列 C.二叉树 D.带链栈
A.for(;;){} B.for(int i=0;i<10000;i++){} C.while(false){} D.do{}while(false)