Vidyalelo
Computer Science · Q91

Artificial Intelligence

Engineering and GATE · Computer Science · question 91

Q91

In LISP, the function returns t if is even and nil otherwise:

A.
(evenp <integer>)
Answer
B.
(even <integer>)
C.
(numeven <integer>)
D.
(numnevenp <integer>)
E.
None of the above

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board