An array is initialised as “static int arr[5]”. If we do not initialize the array in this case, what would be the default initial value of the elements of array?
Reveal answer
Fill a bubble to check yourself
An array is initialised as “static int arr[5]”. If we do not initialize the array in this case, what would be the default initial value of the elements of array?