1

what will be the output ?
char arr [] = {‘a’,’e’,’i’,’o’,’u’};
System.out.print(arr[0]+1);

  • A

    a

  • B

    b

  • C

    97

  • D

    98