InterviewSolution
Saved Bookmarks
| 1. |
Explain What Is List Structures In Prolog? |
|
Answer» A PROLOG list is referred as an ORDERED sequence of elements of arbitrary LENGTH. Here the elements are variables, CONSTANT, structures, INCLUDING other lists. A Prolog list is referred as an ordered sequence of elements of arbitrary length. Here the elements are variables, constant, structures, including other lists. |
|