int n = sizeof(arr)/sizeof(arr[0]); code example Example: n=sizeof(arr)/sizeof(arr+1); n=sizeof(arr)/sizeof(arr+1);