Loading practice questions
What is the use of zerop?
Correct Answer: A — To check object is zero
Explanation:
It is the predicate used to check whether the argument is zero or not. It will show T (true) only if the argument is numeric zero, that is, 0 and NIL in all other cases.