Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the output of the following statement?
Home
LISP
What is the output of the following statement?
0
votes
asked
Mar 4, 2021
in
LISP
by
SakshiSharma
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
lisp
lisp-class
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 4, 2021
by
SakshiSharma
A. NIL T NIL
...