@shortiqweb9764

Do check out the full C programming challenges playlist 👇
https://youtube.com/playlist?list=PLG9x0T-mx4LzPUApGQQtG5han356N924Q

@fantasi961

0 because thé last adresse is 3 so thé i<3

@ayushsinghrathore360

Bro iska Reason btana plzz..
I know 16 is correct but why ??
16 toh a[4] me store kraya na

@nikhildingane5182

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.

@kesavarajp9715

Index out of bound exception

@FunFradd

16000 maybe 
modern compilers is not stuped when array have a non initialise members they are a have 0 by default

@abdulrehman1066

Cant intialize a whole array with single digit except 0