Is LISP a case sensitive language.
Yes
No
Correct Answer: B — No
Explanation:
LISP is not a case sensitive language. Example: (print 'a) will behave same as (PRINT 'A).