I see that people often write C code such as: char *ptr = malloc(sizeof(char)*256);. Is that really necessary? The standard says that sizeof(char)==1 by ...
確定! 回上一頁