Choose the correct option for the output when lower or upper-case arguments are given in LISP.
Same output
Different output
LISP does not support lower case
LISP does not support upper case
View Answer
Correct Answer: A — Same output
Explanation:
LISP gives the same output for both the cases. In fact, LISP always gives output in upper case letters.
