In LISP, symbol represents a _____
Data type
Data type and data object
Data structure
Any of Data type, data object and data structure
View Answer
Correct Answer: D — Any of Data type, data object and data structure
Explanation:
In LISP programming, Symbols can be considered all of these. Mostly these are known as data objects and sometimes are also known as data structures or data types.
