a) (setq a 10)
b) (a = b) where b = 10
c) (a = 10) (d) (setq 10 a)
d) All of the mentioned
In LISP, which of the following function assigns the value 10 to the symbol a?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
In LISP, which of the following function assigns the value 10 to the symbol a?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!