ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
Is LISP a case sensitive language.
Yes
No
Correct Answer: B — No
LISP is not a case sensitive language. Example: (print 'a) will behave same as (PRINT 'A).