1.

Mention How Many Types Of Variables Available Is Lisp? Explain What Are The Variables That Are Bound, And That Have Values Assigned To Them?

Answer»

The number of variables AVAILABLE in LISP is TWO ONE is lexical variable, and other is special variable. The parameter of procedures is variable which are BOUND and have values ALLOTTED to them.

The number of variables available in LISP is two one is lexical variable, and other is special variable. The parameter of procedures is variable which are bound and have values allotted to them.



Discussion

No Comment Found