0 votes
in LISP by
What is the output of the following statement?

span class="sy0"> * (mapcar #'= '(1 2 3) '(3 2 1))

A. NIL T NIL

B. T NIL

C. T NIL T

D. None of the mentioned

1 Answer

0 votes
by

A. NIL T NIL

Related questions

0 votes
asked Mar 4, 2021 in LISP by SakshiSharma
0 votes
asked Mar 2, 2021 in LISP by SakshiSharma
...