InterviewSolution
| 1. |
Explain With An Example What Is “setof” Predicate In Prolog? |
|
Answer» In Prolog, “SETOF” predicate can be used to FIND out all the solutions of a predicate. For example, you have this database: Wisdom (SAP, Testing Tools) In Prolog, “Setof” predicate can be used to find out all the solutions of a predicate. For example, you have this database: Wisdom (SAP, Testing Tools) |
|