填空题

执行下面的程序段,输出结果为______。
public class Q
public static void main(String argvr))
int anar[]=new int[5];
System.out.println(anar[0]);

【参考答案】

0