5. Unrelated variables
b < p
myweight < mybirthyear
int myweight, mybirthyear;
bool p;
int *p;
Here are two examples of variables that shouldn’t be compared to one another.
“non-null pointer p”.
These are true and completely uninteresting.