pointing to NULL and 0 the same thing?

Is:

char *endp = NULL;

the same thing as:

char *endp = 0;

?
Topic archived. No new replies allowed.