AI MCQ #713: In LISP, what is the function assigns the symbol x to y?

Q713. In LISP, what is the function assigns the symbol x to y?

  • a) (setq y x)
  • b) (set y = ‘x’)
  • c) (setq y = ‘x’)
  • d) (setq y ‘x’)

✅ Correct Answer: D) (setq y ‘x’)

Explanation: No explanation provided.