ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the use of zerop?
Correct Answer: A — To check object is zero
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.