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