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') |
| E. | None of the above |
| Answer» E. None of the above | |