下面哪一个循环会导致死循环?()
A:for(intk=0;k<0;k++)
B:for(intk=10;k>0;k--)
C:for(intk=0;k<10;k--)
D:for(intk=0;k>0;k++)
出自:国家开放大学《面向对象程序设计》