char test;
test = -1;
/* how come is this possible ? */
if (test == -1)
printf("confuse !\n");
}
why do you think that it's not possible?
Because C pretty much thinks of chars as numbers really
Обсуждают сегодня