Programmer Playground
what will be the output?int arr[]={1,2,3,4};System.out.println(arr[4]);
2 years ago | [YT] | 0
Programmer Playground
what will be the output?
int arr[]={1,2,3,4};
System.out.println(arr[4]);
2 years ago | [YT] | 0