单项选择题

A.for(int[] a){}
B.for(int a){}
C.for(int x:a){}
D.for(int i>0;i<a.length;i++){}