MCQOPTIONS
Saved Bookmarks
| 1. |
In LISP, the function assigns . the value of a to b is |
| A. | (setq a b) |
| B. | (setq b a ) |
| C. | (b = a) |
| D. | (set b = a) |
| E. | None of the above |
| Answer» C. (b = a) | |