1

what will be the output?
int arr[] = {5,4,6,2,9};
System.out.println(arr[1+1]);

  • A

    4

  • B

    8

  • C

    6

  • D

    12