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)
Answer» C. (b = a)


Discussion

No Comment Found