InterviewSolution
Saved Bookmarks
| 1. |
Explain Why Matching Variable Is Important In Prolog? What Is The Method To Match Variables? |
|
Answer» In Prolog, in order to PROCESS the elements of a LIST, we have to match them to variables. The method for doing is
In Prolog, in order to process the elements of a list, we have to match them to variables. The method for doing is |
|