有如下程序段,則正確的執(zhí)行結(jié)果是() int m=3; while(m<=5) { printf(“%d ”,m-3); m++;}
A.0 0 0 B.0 1 2 C.1 2 3 D.無結(jié)果
A.9 B.10 C.11 D.8
A.3 B.4 C.11 D.12