What is the output of the following code?
public static void main (String args[])
{
int arr[5]={10,20,30,40};
System.out.println(arr[5]);
}


Posted on by