how to check if a type is null in c code example Example: c check if null int * some_ptr; if (some_ptr == NULL){ } else { }