what is the meaning of doing this n=sizeof(arr) / sizeof(arr[0]); code example Example: n=sizeof(arr)/sizeof(arr+1); n=sizeof(arr)/sizeof(arr+1);