adplus-dvertising
frame-decoration

Question

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

Answer: (a).NIL T NIL

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the output of the following statement?

Similar Questions

Discover Related MCQs

Q. Which is a general strategy for controlling how a computation evolves?

Q. Which provides a way to write simple counting-oriented iteration procedures?

Q. What will happen if a dotimes form has no result form?

Q. What will be occupied in the first part of DO?

Q. Which are evaluated before initial binding?

Q. Which translate the procedures into equivalent computer instructions?

Q. Which primitive is used to create or modify a specified file?

Q. How the files are specified in lisp?

Q. Which has its own convention for doing the basic maneuvers?

Q. To which value does the lisp compiler is evaluated?

Q. What is produced from compile-file?

Q. What is the correct syntax form of the given statement?

Q. Which is used to compile individual procedures?

Q. Which can read expressions from data-files one at a time?

Q. Which evaluates the single argument and prints it on a new line?

Q. Which primitive makes the messages consists of uppercase and lowercase letters?

Q. Which evaluates the expression twice during execution?

Q. Which makes it possible to print in tabulated columns?

Q. Which primitive is used to connect the files with the streams?

Q. How many types of streams are available in lisp?