Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Computer Science
»
Artificial Intelligence
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
Show Answer
Correct Answer:
(setq a 10)
← Previous Question
Next Question→
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment