Each of the two function calls below was supposed to take 3 atoms and return a list. If a function call is correct, show
Posted: Fri Jul 01, 2022 5:43 am
Each of the two function calls below was supposed to take 3atoms and return a list. If a function call is correct, show whatis returned. If a function call is wrong, explain a mistake andshow how to correct it.
(a) (list ‘b ‘c ‘d) (b) (cons ‘b ‘c ‘d)
(a) (list ‘b ‘c ‘d) (b) (cons ‘b ‘c ‘d)