InterviewSolution
Saved Bookmarks
| 1. |
In LISP, the square root of X is referenced as _____________(a) sqrt(x)(b) (sqrt x)(c) x/2(d) x/3I have been asked this question in an international level competition.The above asked question is from Miscellaneous in section Other AI Algorithms & Statistics of Artificial Intelligence |
|
Answer» The CORRECT answer is (b) (SQRT x) |
|