Explore topic-wise MCQs in LISP Questions & Answers S-Expression 2.

This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your LISP Questions & Answers S-Expression 2 knowledge and support exam preparation. Choose a topic below to get started.

1.

What is the use of (WRITE Argument)?

A. It converts argument in small letters to capital letters
B. It returns capital letters from the string
C. Same as (write argument)
D. It converts the string into alphabetical order/sequence
Answer» D. It converts the string into alphabetical order/sequence
2.

If S1, S2, S3 are S-expressions then list: (S1 S2 S3 .) is a/an ____

A. Atom
B. Error will occur
C. S-expression
D. Primitive
Answer» D. Primitive