Following statement returns the union of the two list in LISP-06477
Following statement returns the union of the two list in LISP.
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.3.
Following statement returns the union of the two list in LISP.
>(L1 UNION L2)
>(union L1 L2)
>Union L1
>(L1 union L2)