以下程序的输出结果是______。
Main()

以下程序的输出结果是______。
Main()
{ int n=4;
While(n--)printf("%d ",--n);
}

A.2 0

B.3 1

C.3 2 1

D.2 1 0

正确答案是A