In C, We can only set it to a certain value (e.g. null) to represent null,
char* arr[10] = { NULL }; if(arr[i] == null)