What should be value of variable a?
public class Main
{
public static void main(String[] args) {
    int a;
    System.out.println(a);
}
}

Posted on by