MCQOPTIONS
Saved Bookmarks
| 1. |
In LISP, the function assigns the symbol x to y is$ |
| A. | (setq y x) |
| B. | (set y = ‘x’) |
| C. | (setq y = ‘x’) |
| D. | (setq y ‘x’) |
| Answer» E. | |