Computer Science - Artificial Intelligence - Discussion

Discussion Forum : Artificial Intelligence - Section 2 (Q.No. 32)
32.
In LISP, which of the following function assigns the value 10 to the symbol a?
(setq a 10)
(a = b) where b = 10
(a = 10) (d) (setq 10 a)
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.