What is output?

class B{
public static void main(String []d){
int i;
i=0;
System.out.println(i);
}
}

No comments: