MCQOPTIONS
Saved Bookmarks
| 1. |
In LISP, the function returns t if <object> is a CONS cell and nil otherwise |
| A. | (cons <object>) |
| B. | (consp <object>) |
| C. | (eq <object>) |
| D. | (cous = <object>) |
| Answer» C. (eq <object>) | |