Is it safe to check a pointer to not being NULL by writing simply if(pointer) or do I have to use if(pointer != NULL)? 14 Answers 14 Tags: cif-statementnullnull-pointerpointers