0 votes
in Artificial Intelligence by
In LISP, the addition 3 + 2 is entered as _______________

(a) 3 + 2

(b) 3 add 2

(c) 3 + 2 =

(d) (+ 3 2)

This question was addressed to me by my college director while I was bunking the class.

My question is from LISP Programming in portion LISP Programming of Artificial Intelligence

Select the correct answer from above options

Interview Questions and Answers, Database Interview Questions and Answers for Freshers and Experience

1 Answer

0 votes
by
The correct choice is (b) 3 add 2

For explanation I would say: None.

Related questions

+1 vote
asked Dec 6, 2021 in Artificial Intelligence by DavidAnderson
+1 vote
asked Oct 20, 2021 in Artificial Intelligence by DavidAnderson
...