Integerp and Zerop will be same __
When argument is not an integer or equal to 0
When argument is not equal to 0
When argument is a negative integer
When argument is a negative integer and not 0
Answer and explanation
Both integerp and zerop will be same when both will show either T or NIL. Both will show T when argument is 0 and NIL when argument is not an integer.
