In C, is it OK to compare pointers to NULL using the < or > operators? Or is that undefined behavior?
<
>
if (NULL < p) { //