new str[] = "Hello world"; if(!('A' <= str[0] <= 'Z')) { /* <Lowercase> But 'H' is uppercase, so here it will not be called */ }