A
Q. What will be the output?
public class Test{
public static void main(String[] args){
int[] x = new int[3];
System.out.println("x[0] is " + x[0]);
}
}
- Correct Answer - Option(C)
- Views: 14
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.