ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Integerp and Zerop will be same __
Correct Answer: A — When argument is not an integer or equal to 0
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.