In LISP following statement returns the difference of the two-06505
In LISP, following statement returns the difference of the two lists.
This multiple choice question (MCQ) is related to the book/course vu cs508 Modern Programming Languages. It can also be found in vu cs508 Final Term - Quiz No.6.
In LISP, following statement returns the difference of the two lists.
(Difference L1 L2)
(set-difference L1 L2)
(L1 Difference L2)
(L1 difference L2)