adplus-dvertising
frame-decoration

Question

Can write-line keyword be used for printing strings?

a.

Yes

b.

No

c.

May be Yes or No

d.

Can't say

Answer: (a).Yes

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Can write-line keyword be used for printing strings?

Similar Questions

Discover Related MCQs

Q. Which is used to represent the prompt in lisp?

Q. Which notation facilitates uniformity in lisp?

Q. Which is a procedures supplied by user in terms of primitives?

Q. What is the process of reserving a place in computer memory to store a value for a symbol?

Q. What is the general pattern that shows how the various parts of an expression fit together?

Q. Choose the correct option for the output when lower or upper-case arguments are given in LISP.

Q. Which primitive can be used to create a list?

Q. Which primitive can be used to remove an element from List?

Q. Which primitive can be used to add an element to List?

Q. Are arithmetic operators primitives in LISP?

Q. What is the output of (/ 6 3) and (- 6 4)?

Q. Which is used to build the lisp procedures?

Q. Which primitive removes all but the last element from the list?

Q. What is a symbol thought of as a name for a place to store value?

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

Q. What are the variables that are bound and that have values assigned to them?

Q. In LISP, symbol represents a _____

Q. Which primitive is used to define a procedure?

Q. Can the parameters be passed to procedures in LISP?

Q. Can the actual parameters and formal parameters be of same name?