Comment on Some simple tricks in C/C++parentComments−fulafel6yIt's fine in C and you won't get a warning (just try int *p = malloc(sizeof(int)) with gcc -Wall).
Comments
It's fine in C and you won't get a warning (just try int *p = malloc(sizeof(int)) with gcc -Wall).