In my company, when I am looking in the code part, I was wondering when I see an array variable declaration similar to like this
int arr[0]
; (Using c language)
Could anyone help me to state that what this declaration meant for? How this declaration can make use of realtime of codepart?