Index out of bound exception
0 because thé last adresse is 3 so thé i<3
arr[4] ={16} will initialize 0th index to 16 and rest of indexes will have garbage values. Because the storage class of the array is auto. Hence we can't predict the output. It will be different on different machines.
16
Bro iska Reason btana plzz.. I know 16 is correct but why ?? 16 toh a[4] me store kraya na
16000 maybe modern compilers is not stuped when array have a non initialise members they are a have 0 by default
Cant intialize a whole array with single digit except 0
Error
@shortiqweb9764